Adjust Virtuemart buttons to Artisteer/Joomla style


Author Message
Solutions to Virtuemart buttons

Posted: 10/10/2012
Quote message 

To adjust the buttons in VM do this:

Find script .js in you template
Find jQuery(function() { artButtonSetup("Yourname-button"); });

Add these to lines
jQuery(function() { artButtonSetup("addtocart-button"); });
jQuery(function() { artButtonSetup("ask-a-question"); });

 
jkwebdesign

Posted: 10/11/2012
Quote message 

Nice one.. I havealways changed VM template to show correct buttons but this is far more better.. And this way yöu can add other buttons too (like breezing forms..)

Thanks.. I´m creating Artisteer Help site and there will also be freebies for all registered users so can i publish this too?
 
arthur

Posted: 10/14/2012
Quote message 

Does anybody know how to get this working in Artisteer 4. It seems the function has changed, and this solutions doesn''t work for artisteer 4 anymoer
 
arthur

Posted: 10/16/2012
Quote message 

Ah,

Solved the prob. The functions works wel in 4.0. But in the Virtuemart CSS some elements get a background image and other styling that overrules Artisteer. I filtered out these elements, copied the rest of the Virtuemart CSS into template.css and disabled "Use Virtuemart CSS" in BE VM.

In artisteer export menu there is an option to add CSS. You can past it there also, so your next template will work as well. You do need to edit script,js after each template update.
 
Rubbedub

Posted: 8/18/2014
Quote message 

Arthur can you tell me witch file and pf virtuemart ive ti work with and what lines do i filter out?