You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
I am trying to link to a specific Product Offer from both an internal Webpage and from a side menu. What's the code to use to do that?
Alternately, can I pull a Product Offer including its Options and the Add to Cart button into an internal Webpage? If I can, the linking question above is a moot point.
Also, how do I remove the Quantity box from a specific Product Offer?
Thank you,
Laura
Offline
This will get you the link to an individual product offer. You can print this or whatever you want.
$this->link_namespace('ecom','prodshow','product-offer-id');Offline
Thanks Nick!
Also, the link that I was given for V9's manual is https://kryptronic.com/DEVMANUAL/, but it no longer works. It gives me a "Directory Index File" message instead of the manual. Did it get moved?
Offline
Use the following instead. We just moved to a new server and I have to enable directory indexes there.
https://kryptronic.com/DEVMANUAL/index.php
Offline
Thanks Nick! I'm off and running again! ![]()
Offline