OPC change shopper blank block

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

OPC change shopper blank block

Postby gestion@.....com » Mon Oct 26, 2015 10:55 am

Hi Stan

We noticed a little css issue with the function "change shopper"

Image

We fixed it by changing /public_html/components/com_onepage/themes/threecolumn_special_blue/onepage.css

We commented out that line background-image: none; and shows perfectly

Around line 21

Code: Select all
div#vmMainPageOPC *, div#vmMainPageOPC *:before, div#vmMainPageOPC *:after
{
/* background-image: none; */
-webkit-box-sizing: content-box;
box-sizing: content-box;
gestion@.....com
 
Posts: 127
Joined: Wed Feb 13, 2013 1:34 pm

Re: OPC change shopper blank block

Postby admin » Thu Oct 29, 2015 4:52 pm

hello manu, this section uses the VM's core template file, so i may need to find a solution how to restyle it within opc, or just render our own html.... i cannot really get rid of the background-image line since it's there to fix compatiblity on many other joomla themes with opc buttons.

on my "default VM" on "ja-art purity III" theme it does show the buttons...

i will try to find out a better solution for this. are you indeed using this feature to create the orders for your customers ? (phone orders)

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

Re: OPC change shopper blank block

Postby gestion@.....com » Fri Oct 30, 2015 10:47 am

Hi Stan

Normally we use a master password plugin but it failed a few times so we noticed this feature.

For us the block as you see hides the text and removing it worked so no problem to do that until you find a solution that suits most templates.

Most times we use the master password login since is quicker but we use this one too also.

Regards
gestion@.....com
 
Posts: 127
Joined: Wed Feb 13, 2013 1:34 pm


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