• Resolved dominox

    (@dominox)


    How can we shoe price, reduced price.. etc from woocommerce?
    Also, it is posible to show image after text but big image?

Viewing 4 replies - 1 through 4 (of 4 total)
  • How can I show Woocommerce fields?

    You can use Custom Fields for that by using the appropriate Meta Key as the custom field like _regular_price, _sale_price, _price, _weight, _length, _width, _height, _sku etc. See the price example below.

    How can we show price, reduced price

    You can insert this into the template

    Price: ${\[\[_regular_price]]}
    Reduced/Actual price: ${\[\[_price]]}

    Replace $ with your currency symbol and remove all \s

    Note: If Sale Price is blank or zero, _price = _regular_price

    it is posible to show image after text

    Will try to add it in future updates

    Thread Starter dominox

    (@dominox)

    Thanks!
    About the image, the plugin is really good, but if we can’t publish the big image after the text is a big problem because other plugins do that and we will have to work with them.

    I hope you can update this feature soon.

    Thanks for your support.

    Do you mean the image should be attached to the text at the bottom? Because currently it sends the image with original size, before the text…

    it is posible to show image after text

    Please update the plugin and enjoy the requested feature ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How can I show Woocommerce fields?’ is closed to new replies.