• Resolved hunterj123

    (@hunterj123)


    Hello, I searched everything and couldn’t find it. I need help because I want the sale price to be displayed. My xml file has regular price and special price. I want the sale price to be deducted from the regular price. I want to do according to the scheme. Sale price: regular_price – {param[11]} or {param[6]} – {param[11]}. unfortunately this solution puts the parameters side by side

Viewing 1 replies (of 1 total)
  • Plugin Author WP All Import

    (@wpallimport)

    Hi @hunterj123,

    To clarify, are you saying that you have to do this math to get the sale price? If so, you can use this function:

    [MATH({param[6]},"-",{param[11]})]

    Let me know if I misunderstood.

Viewing 1 replies (of 1 total)

The topic ‘promo price’ is closed to new replies.