VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: centinela on December 03, 2020, 17:26:46 PM

Title: Shopping cart options gone
Post by: centinela on December 03, 2020, 17:26:46 PM
Hello,

I just realised that all my shopping carts options (add more, shipping rules, etc.) from my shop have disappeared, except the add to cart button. Instead, there are little marks where those elements used to be (See screenshot attached). Any clues will be much appreciated. My shop is https://www.jcmackintosh.es/tienda-online

Thanks,

Title: Re: Shopping cart options gone
Post by: GJC Web Design on December 03, 2020, 18:32:39 PM
they aren't "options"  -- just IMHO waste of time eye candy like add to wishlist, add to compare etc etc

who would "compare" cuts of fish?  Clients have asked me for this junk before, installed etc at their expense and find over time no one uses them .. you would be better of disabling

the reason they don't show is because they are fontawsome icons but your not loading fontawesome
Title: Re: Shopping cart options gone
Post by: centinela on December 03, 2020, 20:09:18 PM
Thanks John, but that is not what i meant. Please notice how you cannot select quantities of products anymore.
Title: Re: Shopping cart options gone
Post by: GJC Web Design on December 03, 2020, 20:15:19 PM
because u have them hidden by css

https://www.jcmackintosh.es//plugins/system/ztvirtuemarter/assets/css/style.ztvirtuemarter.css

.product .quantity-box, .product .quantity-controls {
   display: none;
}

get rid of that https://www.jcmackintosh.es//plugins/system/ztvirtuemarter  thing what ever it is .. totally un-necessary
Title: Re: Shopping cart options gone
Post by: centinela on December 03, 2020, 21:26:11 PM
Thank you John!! You rock!! Dont know where that plugin came fron