• Resolved tinickel

    (@tinickel)


    I would like to ensure that each customer can only buy each product in my shop once. So not just once per order, but only once as long as his customer account exists. How can I achieve this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • MayKato

    (@maykato)

    Hello,

    This can be achieved with a plugin like this or custom code available here.

    If you go with the custom code, please make sure to add it to your child theme’s functions.php file or via a plugin that allows custom functions to be added, such as the Code Snippets plugin. Please don’t add custom code directly to your parent theme’s functions.php file as this will be wiped entirely when you update.

    Thread Starter tinickel

    (@tinickel)

    Wow! Thank you very much! I pasted the code into the child theme’s functions.php and it works smoothly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Only one product for each customer’ is closed to new replies.