TOPIC: Shopping Cart Plain?

Shopping Cart Plain? 10 years 9 months ago #2049

My website in progress gokkamakka.com has a rather plain looking checkout/shopping cart..How do i make it adopt the template colors and the logo?
The administrator has disabled public write access.

Re: Shopping Cart Plain? 10 years 9 months ago #2057

  • linh_omg
  • linh_omg's Avatar
  • OFFLINE
  • Moderator
  • Posts: 908
  • Thank you received: 568
  • Karma: 25
Hi,
It seem have problem with the cart template files.

What did you do with the template (templates/ot_parelstore/html/com_virtuemart/) ?
Or what version of Virtuemart are you seeing in backend? If you 've just update to VM 2.0.6 or VM 2.0.8 from VM 2.0.2 or older, please use the patch we provided.

Thanks
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
The administrator has disabled public write access.
The following user(s) said Thank You: thechordmaster

Re: Shopping Cart Plain? 10 years 9 months ago #2060

It says i have virtuemart 2.0.2.... Not sure what the problem could be.
Also i had earlier asked you how to move the menu so that it aligns centrally with the logo.. In other words how do i lower the main menu down by 50 or 100 px without disturbing the logo position?

Thanks
The administrator has disabled public write access.

Re: Shopping Cart Plain? 10 years 9 months ago #2061

  • linh_omg
  • linh_omg's Avatar
  • OFFLINE
  • Moderator
  • Posts: 908
  • Thank you received: 568
  • Karma: 25
Hi,

for the menu, you can edit layout.css and change this code:
.ot-mainmenu {
    clear: right;
    float: left;
    position: relative;
    width: 50%;
    z-index: 99999;
}

to
.ot-mainmenu {
    clear: right;
    float: left;
    margin-top: 70px;
    position: relative;
    width: 50%;
    z-index: 99999;
}

For the cart, did you modify any file in /html/com_virtuemart folder? If yes, you can try put back the files (get from the downloaded package.)

If it do not help, you can update to VM 2.0.6 / 2.0.8 and use the patch we provided.

Other way to know where is the problem, you can rename folder /html/com_virtuemart to /html/com_virtuemart_ and see.


Thanks
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
The administrator has disabled public write access.
The following user(s) said Thank You: thechordmaster

Re: Shopping Cart Plain? 10 years 9 months ago #2063

Hello Linh,

Allow me to tell you how grateful i am for the immediate help. Everything is sorted now included the cart and the menu. I promise to send you a couple of tees once my site is completely live!

I just need two more clarifications and im good to go:

i)Im my latest layout of the website, the shopping cart square on the top right is too low..how do i bring it up?
ii) how can i add a strip of solid color behind the main menu alone?

Thanks again linh...
Appreciate the kind of support you have provided so far!

Sanjay
The administrator has disabled public write access.

Re: Shopping Cart Plain? 10 years 9 months ago #2068

  • linh_omg
  • linh_omg's Avatar
  • OFFLINE
  • Moderator
  • Posts: 908
  • Thank you received: 568
  • Karma: 25
Hi,

1. Please edit layout.css and modify this code:
.ot-logo {
    float: left;
    width: 42%;
}
to
.ot-logo {
    float: left;
    width: 35%;
}
and see the result of square cart block.

2.1. Please remove or comment this code in /script/otscript.js
window.addEvent ('load', function() {
	equalHeightOfHeader();
});

2.2. Do you want to add a solid line after menu? If yes, you can add border style for the menu wrapper div element.
For example, you can add this code into customs.css:
.ot-mainmenu{
    border-bottom: 2px solid #F20000;
}
then you will have a solid red color line bellow the menu.

Thanks
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
The administrator has disabled public write access.

Re: Shopping Cart Plain? 10 years 9 months ago #2069

Thank You

The cart issue is now solved.

I actually wanted a background colour for the main menu, so i typed

.ot-mainmenu{
background: yellow;

but some other coding is overlapping the yellow band. you can see this problem in my site now. You can briefly see the band for some time and then it vanishes.

Thanks
Sanjay
The administrator has disabled public write access.

Re: Shopping Cart Plain? 10 years 9 months ago #2074

  • linh_omg
  • linh_omg's Avatar
  • OFFLINE
  • Moderator
  • Posts: 908
  • Thank you received: 568
  • Karma: 25
Hi,
Please do as section 2.1 in my previous post (remove or comment the js script...)

Thanks
If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket www.omegatheme.com/member/
The administrator has disabled public write access.
Time to create page: 0.100 seconds