Hi
I have just installed all the recommended modules to create a ecommerce site but I unable to get the 'Add to Cart' to show in the product.
Within the sample template I have uncommented this line {*Cart2 sku=$entry->sku*} to Cart2 sku=$entry->sku it now just shows as a line of code in the product? also my products do have a SKU number.
In my CGEcommercebase module the cart is set to Cart2.
Can someone explain why it will now show.
Is there not a list of templates somewhere that just work so us amateurs can get started a bit easier. After all most ecommerce sites are much the same with regard to cart and checkout.
Thanks
Add to cart not showing in products.
Re: Add to cart not showing in products.
Leave the {} in place, just remove the *Barrowboy wrote:Hi
Within the sample template I have uncommented this line {*Cart2 sku=$entry->sku*} to Cart2 sku=$entry->sku it now just shows as a line of code in the product? ...
Can someone explain why it will now show.
Code: Select all
{Cart2 sku=$entry->sku}

