Forum Replies Created
-
AuthorPosts
-
ok from clua add ons tool file , have file inside name currency , i make round for $price and comes ok ,so still problem with when update currency no change
yes thank you
but i have little problem
1.after i add currency and i make update to it nothing change
2.i wont make rand to price of new currency customer choice it , on old theme i put this code on theme function:
<?php
/*———————————————————————————–This function for rand a price
————————————————————————————-*/
add_filter( ‘woocommerce_get_price_excluding_tax’, ’round_price_product’, 10, 1 );
add_filter( ‘woocommerce_get_price_including_tax’, ’round_price_product’, 10, 1 );
add_filter( ‘woocommerce_tax_round’, ’round_price_product’, 10, 1);
add_filter( ‘woocommerce_get_price’, ’round_price_product’, 10, 1);function round_price_product( $price ){
// Return rounded price
return round($price);
}
?>so now where i can edit to solve this thing on new theme ?
if not make problem on website, update it
and i always wait to solve my problem ..
not used any cash i tell you before start editing on my site , i use theme tester : that job of this tool just admin how see new theme after editing every thing you can public a theme (https://wordpress.org/plugins/theme-tester/)
So , you already yesterday turn it off , and every my customer see my new theme not working ,
i wait solve for that problems you making on mt site
now i have problem on my old theme also , no customer can buy any thing , and the product not display correctly , please hurry up to solve the problems you making or make your our theme work correctly , because i lose the customer know
Hi there i dont see any solve for may problem from yesterday ,this folder fitting room , is same wp-content folder but have other name(fitting room) , what the difcual to find on it !!
This reply has been marked as private.This reply has been marked as private. -
AuthorPosts