How do I limit products that can be purchased using points

You can only limit purchase to specific products or categories of products when you are using coupons as your redeem method.

 

For example, if you want to limit your customers to only purchase certain products, you can do so by making the following changes in your shop configuration:

 

Xpointsredeemcouponproducts

If you want to limit the products that can be purchased using a points-redeemed coupon, you can enter a comma delimited list of catalog IDs here. For example - 1,77,88

Xpointsredeemcouponcategories

If you want to limit the products that can be purchased using a points-redeemed coupon based on their category, you can enter a comma delimited list of category IDs here. For example - 1,77,88

 

Then, if you want to provide your customers with a list of products that they can redeem, you can do so by using the shopquery.asp functionality (see page 68 for more information). 

 

Put in a value, such as “redeem” (no quotes), into the field pother1 of the product records that can be purchased using redeemed points.

 

Then create a hyperlink on your site to the following -

 

<p><a href="shopquery.asp?pother1=redeem">Products for points</a></p>

 

This will display all products that have the word “redeem” in the pother1 field.