Forum Replies Created

Viewing 10 posts - 11 through 20 (of 23 total)
  • Author
    Posts
  • in reply to: theme problems #3853

    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

    in reply to: theme problems #3850

    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 ?

     

    in reply to: theme problems #3845

    if not make problem on website,  update it

     

    in reply to: theme problems #3839

    and i always wait to solve my problem ..

    in reply to: theme problems #3834

    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

     

    in reply to: theme problems #3832

    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

    in reply to: theme problems #3830

    !

    • This reply was modified 7 years ago by ahmed.
    in reply to: theme problems #3829

    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 !!

    in reply to: theme problems #3799
    This reply has been marked as private.
    in reply to: theme problems #3797
    This reply has been marked as private.
Viewing 10 posts - 11 through 20 (of 23 total)