How to remove duplicate product price in the cart...

If you are runnig Joomla 3.x and Virtuemart 3.x please post to this forum your questions or support tickets about One Page Checkout

How to remove duplicate product price in the cart...

Postby eumedia » Mon Jun 01, 2015 1:09 am

Nice day,
How to remove duplicate product price in the cart - in the picture.
Thank you
Roman
Attachments
Items.jpg
Items.jpg (63.46 KiB) Viewed 4615 times
eumedia
 
Posts: 7
Joined: Mon May 11, 2015 9:31 am

Re: How to remove duplicate product price in the cart...

Postby admin » Mon Jun 01, 2015 4:04 pm

hello Roman, you can add this:

Code: Select all
#vmMainPageOPC div.op_col2_2 div.opc_price_general {
display: none !important;
}


to /components/com_onepage/themes/sandwitch (rename the directory and choose at the display tab)/onepage.css

best regards, stan
admin
Site Admin
 
Posts: 2708
Joined: Wed Jan 06, 2010 11:43 pm


Return to One Page Checkout for Virtuemart 3 on Joomla 3.x