VISIT AND LIKE OUR PAGE ON FACEBOOK
TAKE A LOOK AT OUR TWEETS ON TWITTER
SUBSCRIBE TO THE JOOMFREAK RSS FEED
VISIT OUR CHANNEL ON YOUTUBE

Account Details

Change your name, email, password or permanently delete your account. Change settings

We offer several ways you can get support from our experts: Support ForumKnowledgebaseNewsletter

Your Forum Posts

No posts to display.

Welcome, Guest
Username Password: Remember me
  • Page:
  • 1

TOPIC: Cart.html

Cart.html 07 Feb 2018 14:35 #10865

Hi, after clicking "Show Cart" the page that opens me is with a different template from the one I chose for the virtuemart shop. How to solve?
(I'm using 2 templates: a main one for the presentation and JF_krom x the e-commerce part).
Thanks so much

  • Posts:3
  • Rubens18
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: Cart.html 08 Feb 2018 03:05 #10866

Can you please send me your website url and the super admin access via private message system?

joomfreak

  • Posts:2940
  • isupport
  • Moderator
  • OFFLINE
  • Karma: 0

Re: Cart.html 08 Feb 2018 09:28 #10867

Hi, I have solved. I had not created the Shopping Cart page. I have another question: the cart page is not responsive (product, quantity and price): how to fix? Thank you

  • Posts:3
  • Rubens18
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: Cart.html 09 Feb 2018 02:52 #10868

Hi,
You can fix by adding style:
 
@media (max-width: 767px) {
.cart-summary, .cart-summary tbody, .cart-summary tr, .cart-summary td {
display: block;
width: 100%;
}
 
.cart-summary th {
display: none;
}
 
.cart-summary td {
text-align: right;
}
 
.cart-summary td:before {
font-weight: 700;
float: left;
}
 
.cart-summary td.vm-cart-item-name:before {
content: "Name";
}
 
.cart-summary td.vm-cart-item-sku:before {
content: "SKU";
}
 
.cart-summary td.vm-cart-item-basicprice:before {
content: "Price";
}
 
.cart-summary td.vm-cart-item-quantity:before {
content: "Quantity";
}
 
.cart-summary td.vm-cart-item-tax:before {
content: "Tax";
}
 
.cart-summary td.vm-cart-item-discount:before {
content: "Discount";
}
 
.cart-summary td.vm-cart-item-total:before {
content: "Total";
}
}
 


joomfreak

  • Posts:2940
  • isupport
  • Moderator
  • OFFLINE
  • Karma: 0

Re: Cart.html 09 Feb 2018 10:08 #10869

Excellent, thank you very much.
I will need to change it again, anyway I understand where to act.
Very efficient, thanks

  • Posts:3
  • Rubens18
  • Fresh Boarder
  • OFFLINE
  • Karma: 0
  • Page:
  • 1
Time to create page: 0.89 seconds
Saturday 27 April 2024

joomfreak is not affiliated with or endorsed by the Joomla Project or Open Source Matters.
The Joomla logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.