Kryptronic Software Support Forum

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.

#1 12-20-2017 21:06:02

laura
Member
Registered: 02-01-2006
Posts: 38

How to link to a specific product

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

 

#2 12-21-2017 09:51:47

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: How to link to a specific product

This will get you the link to an individual product offer.  You can print this or whatever you want.

Code:

$this->link_namespace('ecom','prodshow','product-offer-id');

Nick Hendler

Offline

 

#3 12-21-2017 12:16:30

laura
Member
Registered: 02-01-2006
Posts: 38

Re: How to link to a specific product

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

 

#4 12-22-2017 09:04:40

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: How to link to a specific product

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


Nick Hendler

Offline

 

#5 12-22-2017 09:34:41

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: How to link to a specific product

Fixed.  Apologies on that.


Nick Hendler

Offline

 

#6 12-22-2017 11:56:06

laura
Member
Registered: 02-01-2006
Posts: 38

Re: How to link to a specific product

Thanks Nick! I'm off and running again! smile

Offline

 

Board footer