Divide imported price number by 100
-
We are using a third-party api to sync products from an external database to our Woocommerce shop. The external database (for reasons known only to the external developer) exports product unit price in Canadian cents, while our shop is using the default Canadian dollars for currency.
We are trying to figure out a way to divide the cents value by 100 to create a dollar value after the sync/import has occurred. Currently, products are showing prices of $8,500.00 when they should show $85.00. *For example*
Is there a way for affect this division by 100 AFTER the data has been synced/imported?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Divide imported price number by 100’ is closed to new replies.