TOPIC: Shopping Cart Module View Problem

Shopping Cart Module View Problem 10 years 2 weeks ago #4131

  • merronk
  • merronk's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 6
  • Karma: 0
Hi I have some Problems with Shopping Cart Module.

1. If I change the position on the Module from top to left, there are much errors with the view. Some parts of product descriptions are missplaced, the Show Cart link is not on the first place ot don't have a link at all.
2. If module is on top it is too short on weight to display normal names of products in every line. I need a structure for 1 product per line and not to devide a name of product into 2-3 lines each with 1 word.
3. If there is a lot of products, the list goes down through Menu. And hides login button too.
How can I fix it?
The administrator has disabled public write access.

Re: Shopping Cart Module View Problem 10 years 2 weeks ago #4138

  • trungdt
  • trungdt's Avatar
  • OFFLINE
  • Administrator
  • Posts: 2284
  • Thank you received: 998
  • Karma: 121
Hello,

If you wanna move that module to the left then you should rename the folder "mod_virtuemart_cart " in templates/ot_petshop/html/ or delete it to use the default of VM shopping cart module and find css element below and change color or delete: "color: #FFFFFF;" in custom.css file
.vmCartModule .show_cart a {
background: url(../images/aqua/show-cart-button.png) no-repeat;
color: #FFFFFF;
display: block;
height: 26px;
line-height: 24px;
text-indent: 8px;
width: 95px;
}
The administrator has disabled public write access.
Time to create page: 0.139 seconds