• Resolved wp

    (@ashraf-jibrael)


    Please, Before i installed your nice plugin i edited my description tab by :
    add_filter( ‘woocommerce_product_tabs’, ‘wc_change_product_description_tab_title’, 10, 1 );
    function wc_change_product_description_tab_title( $tabs ) {
    global $post;
    if ( isset( $tabs[‘description’][‘title’] ) )
    $tabs[‘description’][‘title’] = __( ‘more’ );
    return $tabs;
    }
    But I lost my changes for the tab description after i installed your plugin, Can I know why and How can i edit my description tab again ?

    Best regards
    A.J.

    https://www.ads-software.com/plugins/woocommerce-poor-guys-swiss-knife/

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author ulihake

    (@ulih)

    Hello A. J.

    Sorry for the delay. The plugin includes the possibility to set the labels for product tabs. You can find the label configuration in the Label Configuration section of the plugin.

    Regards.
    uh

    Thread Starter wp

    (@ashraf-jibrael)

    Thank you so much sir for your feedback, Please, Do you have a good tips to make the following :
    Please, I took a copy on the origin folder of the Woo commerce and i put it on my child theme folder ,after that i edited the file: cart-empty.php ,to be:

    <p class=”return-to-shop”>
    https://www.mydomain.com/&#8221; class=”button wc-forward”>
    <?php _e( ‘Continue shopping’, ‘woocommerce’ ) ?>

    </p>
    After that i saved the changes.
    But it is not working. I am still redirect to the product page. How can i make some changes on my woo commerce php files so it will not changed it when i update my plugin, How can i fix my current issue please with the button redirect ?

    Best regards
    A.J.

    Thread Starter wp

    (@ashraf-jibrael)

    I think, you don’t add the ability to change the tab: returen to shop.

    Thanks

    Plugin Author ulihake

    (@ulih)

    Hello A.J.

    I don’t get your last point. What do you mean by “you don’t add the ability to change the tab”? What do you mean with “returen to shop”? Do you want to add a link there which allows you to return to the shop page? That’s indeed not part of the package and there are other ways to do this.

    Regards.
    uh

    Plugin Author ulihake

    (@ulih)

    To override WooCommerce templates you have to create a folder called woocommerce inside your theme folder and you have to copy files (maintaining subdirectories) from the templates folder of WooCommerce. If you copy the whole plugin to your theme it will never work! And you should only copy the files you really need to update and inform yourself about “child themes”. Otherwise you will lose your changes with each theme update.

    Regards.
    uh

    Thread Starter wp

    (@ashraf-jibrael)

    Thank you so much, I fixed the issue, I have only one question,
    Must i create a folder under my child theme with name woocommerce that have the php files (ex: cart-empty.php) ?
    Because i created a folder with name woocommerce under my Original theme folder,and it is working with my editing.

    Best regards
    A.J.

    Plugin Author ulihake

    (@ulih)

    You don’t have to, but it’s recommended that you add theme modifications in a child theme. You can find help on this topic using “child theme” and WordPress as key words.

    If it works and you have a copy of your changes you can easily recover changes after a theme update as well.

    Regards.
    uh

    Thread Starter wp

    (@ashraf-jibrael)

    Thank you so much for your support and time,
    I fixed everything except the following :https://grab.by/B5sM
    I don’t know where can i find the file that have these information about: Invoice/ receipt ?

    Best regards
    A.J.

    Plugin Author ulihake

    (@ulih)

    Hello A.J.

    Please have a look here. Please understand that I’m not able to offer dedicated site support.

    I’m doing my best to offer general support related with my plugins. The Swiss Knifes are general purpose plugins but like the real Swiss Knifes, they can do a good job in many circumstances but they are not doing it all.

    If you read the recommended thread carefully you should be able to customize your store and website to your needs.

    Regards.
    uh

    Thread Starter wp

    (@ashraf-jibrael)

    Thank you so much,Fixed.

    Best regards
    A.J.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘edited my description tab’ is closed to new replies.