• Resolved trywp002

    (@trywp002)


    A great plugin meets my needs, however when importing products using WP All import, i got two problems.

    1. The price level automatically has 0-100 and the price is $100, although that i have not set this in qty: price, qty: price section.
    2. I have set decimal as 4 in Woocommerce settings, the regular price applied this rules well, but when using all import, in the price level section, let’s say, qty:price, the price here also i need decimal 4, but the result after import shows in front end, though it has 4 decimal, but it automatically rounds. For example, on range 10-99 pcs, price when i uploaded using wp all import is 0.0235, but the result is 0.0200 . how can i fixed the above 2 problems? Thank you.
Viewing 1 replies (of 1 total)
  • Plugin Author WP Developer

    (@bycrik)

    Hello,

    As we already have solved this issue via email support, we close the thread here.

    For anyone who has the same issue: You can disable rounding by the following code snippet:

    add_filter( 'tier_pricing_table/addons/min_quantity_active', '__return_false' );

Viewing 1 replies (of 1 total)
  • The topic ‘WP All Import woocommerce’ is closed to new replies.