Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jorge 37 posts 119 karma points
    Jul 12, 2017 @ 01:31
    Jorge
    0

    Merchello - Custom Product Price per Customer

    How can I implement a custom product price per customer?

    My goal is I want a product price different from different Customer.

    For example I want Jack to have the product for only $25, while Thomas will get it for $30.

    I have my custom database like this name "CustomPriceList"

    ProductSku, ProductPrice, CustomerId,
    0001, 56, Cust01
    0002, 36, Cust01
    0001, 54, Cust02
    0002, 70, Cust02
    

    So on UI (http://i.imgur.com/7KWl4wp.png, I am using Fasttrack btw), if a current customer has custom price for product then it will display instead.

  • Jorge 37 posts 119 karma points
    Jul 12, 2017 @ 05:59
    Jorge
    0

    Anyone?

  • Alex Clavelle 13 posts 124 karma points
    Dec 29, 2017 @ 20:11
    Alex Clavelle
    0

    Jorge, have you figured this out yet? We tried using product data modifiers but these only run once per product and are cached. Whoever loads the product first, that's the price that everyone else sees.

Please Sign in or register to post replies

Write your reply to:

Draft