I have certain product description and detail pages outside of my oscmax store on html pages. Is there a way to add a buy now button outside of the store that links to the shopping cart?
Thanks, John
This is a discussion on buy now button outside of oscmax within the osCMax v1.7 General Mods Discussion forums, part of the osCmax v1.7 Forums category; I have certain product description and detail pages outside of my oscmax store on html pages. Is there a way ...
I have certain product description and detail pages outside of my oscmax store on html pages. Is there a way to add a buy now button outside of the store that links to the shopping cart?
Thanks, John
Just capture the URL and put that on the HTML page --- ie:
A link to the product is:
http://www.domain_name.com/catalog/p...ducts_id=12345
Just drop cpath and osCsid (if used)
To have a buy now would be something like:
<a href="http://www.domain_name.com/catalog/default.php?action=buy_now&products_id=12345" target=_content><b>Buy Now</b></a>
or somethin like:
<a href="http://www.domain_name.com/catalog/product_info.php?cPath=30&products_id=12345&am p;action=add_product" target=_content><b>Buy Now</b></a>
Just change the products_id number (12345 - in my sample) to the correct
item...
Good luck
JPF - osCMax Fourm Moderator - To contact, post on the forum or click here
Try out our osCMax at: Live Catalog Demo
Limited access Admin: Live Admin Demo
Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped!
Bookmarks