• Resolved execo

    (@execo)


    Hello..
    Im trying to do several things here:

    1) Why my price for product variation does not appear in telegram? I used

    [if{cf:_sale_price}][
    ?? Promo Price: ${cf:_sale_price}
    ][?? Price: ${cf:_regular_price}]

    2)If I want to add product colours and product size variation, which macros should I use?
    I used this but it doesnt work.

    [if{terms:pa_colour}][
    Colour Variation: {terms:pa_colour}
    ][]
    [if{terms:pa_size}][
    Size Variation: {terms:pa_size}
    ][]

    3) Can you post few images in a single post? How to do that?

    4) If set different price for different role, how to set the macros? Like normal price = $100, Customers can see it as $90 but Member can see it as $50.

    Thank you.

    • This topic was modified 4 years, 10 months ago by execo.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    1. Variations are complicated and are not handled by the plugin, you can handle them by custom code. The plugin is fully customisable.

    2. Again, all of that will work normally for simple product but needs extra code for variations.

    3. Yes you can, just attach them in WP Telegram Override Settings on post/product edit page.

    4. You have full control over the value of macros, all you need is to use a few PHP filters to modify the values.

    Thread Starter execo

    (@execo)

    Hi,
    I understand No 3 answer.

    But I still do not understand number 1, 2, and 4..

    Number 1: What is custom? You said fully customisable. Like how to do that?

    Number 2: What is the extra code? How can I find the extra code?

    Number 4: What is PHP filter? how to get it?

    Thank you for you fast respond.

    Those customizations are for developers. If you have a developer at your disposal, you pass on the information. It should be pretty easy looking at the plugin code.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Price wont appear for variation’ is closed to new replies.