Virtuemart product detail page problem w/ Quark

Support desk for Multipurpose Quark Theme
GK User
Mon Nov 23, 2015 1:10 am
Hello,

I am developing a virtuemart store with QUARK template; you may take a look at:
http://arganpuro.es.aceitescosmeticos.es/3ml

Under sales price there is some information about payment and shipment that I want to remove (see attach screenshot), I have tried all virtuemart parameters and options but I can not remove it.

Any ideas? What parameter or file I have to modify?

Looking at GavickPro demo page (product detail page) this information is not showned, so I do not know why is showned at my website project; I started my project with quick setup files form Quark.
(https://demo.gavick.com/joomla3/quark_e ... ers-detail)

Thank you for your support and help.

Jacobo
User avatar
Senior Boarder

teitbite
Wed Nov 25, 2015 7:21 pm
Hi

If it's not showing in demo than it's a configurable option for sure to hide or show that, but since I'm not a VM expert I cannot tell where to disable that as well. Try simply hiding it with css code added to override.css file:

Code: Select all
.productDetails .gk-product-shipment { display: none; }
User avatar
Moderator

GK User
Thu Nov 26, 2015 2:27 am
Ok, I have added that to override and now it is solved; thank you for your support.
User avatar
Senior Boarder

teitbite
Sat Nov 28, 2015 12:38 pm
Hi

Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
User avatar
Moderator


cron