Forum

The forum is a free service supported by community members. Please consider opening a support ticket if you need timely help.

PrevPrev Go to previous topic
NextNext Go to next topic
Last Post 28 Jul 2017 03:42 PM by  Steve L
can't get inventory to display on product details?
 2 Replies
Sort:
You are not authorized to post a reply.
Author Messages


New Member


Posts:
New Member


--
13 Jul 2017 05:18 PM

    I'm trying to get the remaining inventory to display on the product details page. I have the inventory option checked on the display tab but nothing... how do I get it to show (trying to incentivize people buying a limited quantity...)

    0


    New Member


    Posts:
    New Member


    --
    14 Jul 2017 06:12 PM

    never mind - found the issue. global product detail setting had inventory turned off.

    Does anyone know if it's possible to customize the error message that displays when someone tries to order an invalid quantity on a per-product basis? IOW - if I have a specific product configured with a max # of units that can be ordered - can we customize the error for just that product?

    Also - can a rule be implemented that prevents a single user from ordering more than N units ever? IOW prevent the same user from submitting subsequent orders with the max # of units on each order...?

    0


    Veteran Member


    Posts:2957
    Veteran Member


    --
    28 Jul 2017 03:42 PM

    Hi Phil

    You can customize almost all error messages from the static localization. This will affect all products. If you want to customize for a specific product, you can create a custom display template (use Razor in v11) and assign it to be used for that product only. You will need to detect and write your own error message in the template.

    The only option that comes close is the Max Order Unit which checks the number of units being ordered in the same order. There is currently no option to limit the number of units for the life time of the user. The alternative is to assign a security role to this user who ordered the product through the action rule. Then add the Availability rule to check for the absence of this role.

    I hope this helps.

    0
    You are not authorized to post a reply.