• Resolved Max Shostak

    (@shostakmaksim)


    Price of the product with apply formula USE summary price in WooCommerce
    Mobile App.
    For example: regular_price: 100$, formula (regular_price*10%), we get 110$ like in the APP.

    And when you save new data of the product LIKE description, title etc. you update regular_price and the price goes up every time you update product in the APP.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ProWCPlugins

    (@prowcplugins)

    Hi @shostakmaksim,

    Thank you for using our plugin.

    How do you use our plugin in the woocommerce mobile app? Because our plugin is only supported for websites.

    Or may you please share more details like how you’re using our plugin with the WooCommerce Mobile App?

    Thanks!

    Thread Starter Max Shostak

    (@shostakmaksim)

    Woocommerce mobile app via API get post data. It use default functions like get_postmeta etc.
    Product Price by Formula for WooCommerce via filters changes the output of the get_postmeta function. It apply coefficient for price.

    As I mention before if DB store the regualr price 100$ and “Product Price by Formula for WooCommerce” apply coef 1.25 I get price of the product 125$. And when I save data in “Woocommerce mobile app” I get regular price 125$ WITHOUT coef. And my display price now 125*1.25 = 156.25$

    I think it must an option or filter restricting price when using API.
    Such problems might be with some import/export tools

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Integration with WooCommerce Mobile App’ is closed to new replies.