Insert Add-to-Cart button in product-list aligned right

Ecommerce design Joomla template to start your online business with VirtueMart and additional eshop features.
GK User
Mon Mar 05, 2012 11:09 pm
Hi,

I really need your assistance. I try to add the cart button onto the product list aligned right without success.

How do I insert the "Add-to-Cart" to each product on product list?
http://www.fortzaone.dk/Soldana_New/index.php/produkter/browse/3-bobleposer?sef=hc

I have already checked that "Show the Add-to-cart Button on the product list?" is set to yes and that there are no attributes set for the products in "VirtueMart admin / configuration / site/ layout / your Shop / configuration /"
User avatar
Gold Boarder

teitbite
Thu Mar 08, 2012 9:39 am
Hi

I believe it's a matter of settings. Probably with allowing unregistered users to buy. Please check that and if everything will look ok than send me an access to joomla panel or check in VM documentation or forum.
User avatar
Moderator

GK User
Thu Mar 08, 2012 11:26 pm
teitbite wrote:Hi

I believe it's a matter of settings. Probably with allowing unregistered users to buy. Please check that and if everything will look ok than send me an access to joomla panel or check in VM documentation or forum.


Dear Teitbite,

Where exactly do I find that specific setting under Virtuemart - Configuration? Under which Tab?

Brgds Wiberg
User avatar
Gold Boarder

teitbite
Fri Mar 09, 2012 7:09 pm
Hi

I'm not a Virtuemart expert but I remember long time ago I had to hide add to cart for unregistered users and there were an optio for that. Please ask on VM forum. I do not even have VM installation to check it for You right now.
User avatar
Moderator

GK User
Sun Jun 03, 2012 9:20 pm
Wiberg wrote:Hi,

I really need your assistance. I try to add the cart button onto the product list aligned right without success.

How do I insert the "Add-to-Cart" to each product on product list?
http://www.fortzaone.dk/Soldana_New/index.php/produkter/browse/3-bobleposer?sef=hc

I have already checked that "Show the Add-to-cart Button on the product list?" is set to yes and that there are no attributes set for the products in "VirtueMart admin / configuration / site/ layout / your Shop / configuration /"


May be this can help:
If you use the default browse page, the add to cart form will appear when you set it to Yes in configuration, but if you use gk_browse, it won't.
The problem if the gk_browse doesn't call the add to cart form. Just open gk_browse and add this where you want it to appear:
Code: Select all
<p> <?php echo $form_addtocart ?> </p>

The attachment is the file which has been edited. You can download and use it on you site.
gk_browse.zip
User avatar
Expert Boarder

teitbite
Mon Jun 04, 2012 12:58 am
Hi

Thanks for that help. I really haven't thought it's connected with that. Like I've said, I'm not a VM expert after all :)
User avatar
Moderator


cron