Woocommerce out date file - by dchhuang - on WordPress WooCommerce support

This topic has 96 replies, 7 voices, and was last updated 7 years, 8 months ago ago by Jack Richardson

  • Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 1, 2016 at 09:46

    Hello,

    33. Use this code in cusotm.css file:

    .quick-view-popup .product-info .single_add_to_cart_button, .single-product-page .product-info .single_add_to_cart_button {
        box-shadow: 5px 5px 5px grey;
    }

    Best regards,
    Jack Richardson.

    Avatar: dchhuang
    dchhuang
    Participant
    July 2, 2016 at 03:11

    question 34: no button shadow show at category product page at phone version
    question 35: how to setup for show product SKU at category product page product?
    Thank you

    Avatar: dchhuang
    dchhuang
    Participant
    July 2, 2016 at 06:31

    question 35: how to set minimum order ($300)?
    Thank you

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 2, 2016 at 09:35

    Hello,

    34. As I see shadow is shown for buttons on mobile:
    http://prntscr.com/bntc1i
    Show a direct page where you don’t see it.

    35. Do you mean you want to show SKU at category product page?

    Best regards,
    Jack Richardson.

    Avatar: dchhuang
    dchhuang
    Participant
    July 2, 2016 at 16:51

    question 35:Do you mean you want to show SKU at category product page?—YES
    question 36: how to set minimum order ($300)?

    Avatar: dchhuang
    dchhuang
    Participant
    July 4, 2016 at 02:31

    question 37: can you make “quick view” button alway show? not only point and show.
    Thank you

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 4, 2016 at 10:56

    Hello,

    question 35:Do you mean you want to show SKU at category product page?—YES

    Try to use this code in your child functions.php:

    add_action( 'woocommerce_after_shop_loop_item', 'custom_shop_item', 5);
    function custom_shop_item() {
    	global $product;
    	
    	/* product sku */
    	echo '<p>SKU: '.$product->get_sku().'</p>';
    }

    question 36: how to set minimum order ($300)?

    Please check the following links regarding your query:
    https://docs.woothemes.com/document/minimum-order-amount/
    https://wordpress.org/plugins/minimum-purchase-for-woocommerce/

    question 37: can you make “quick view” button alway show? not only point and show.

    Use the css code:

    .show-quickly {
       opacity: 1;
    }

    Best regards,
    Jack Richardson.

    Avatar: dchhuang
    dchhuang
    Participant
    July 16, 2016 at 08:14

    hi
    and currently the theme word font is upercase(category and the product name); can you I set up for upercase and lowcase??
    all the words are upercase is very hard to read for human.
    thank you

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 16, 2016 at 08:30

    Hello,

    Do you want to change font on single product page?
    Use this css code:

    h2.product-name {
        text-transform: capitalize;
    }

    If this is not what you want, then show a screenshot for better understanding.

    Best regards,
    Jack Richardson.

    Avatar: dchhuang
    dchhuang
    Participant
    July 16, 2016 at 08:54

    hi,
    i want when the product info text will be display as what i put. not all default by uppercase. and the categories text font.
    thank you

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 16, 2016 at 09:39

    Hello,

    Sorry, but your query is unclear.
    Please show a screenshot where you want to make changes.

    Best regards,
    Jack Richardson.

    Avatar: dchhuang
    dchhuang
    Participant
    July 16, 2016 at 16:05

    question38: check screen short

    Thank you

    Please, contact administrator
    for this information.
    Avatar: dchhuang
    dchhuang
    Participant
    July 16, 2016 at 16:25

    question 39: cart summary box issues; should be the 119.28 (2*59.94)

    Thank you

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 18, 2016 at 08:02

    Hello,

    38. Use this css code:

    .main-nav .menu > li > a {
       text-transform: capitalize;
    }
    h2.product-name, .product_list_widget a {
        text-transform: none;
    }

    39. I don’t see cart widget in the header. Have you removed it?
    Price on Cart page is shown properly:
    http://prntscr.com/bu8xa8

    Best regards,
    Jack Richardson.

    Avatar: Kathyrn McClellan
    Kathyrn McClellan
    Participant
    July 30, 2016 at 22:42

    Hi, I recently received and processed an update for the Legenda theme. I running the site as a child theme. I then receive a banner message in my WordPress Dashboard that my WooCommerce files are out of date:

    “Your theme (Legenda Child) contains outdated copies of some WooCommerce template files. These files may need updating to ensure they are compatible with the current version of WooCommerce. You can see which files are affected from the system status page. If in doubt, check with the author of the theme.”

    I am not clear how to update these files. I have checked the installation documentation to see if there was any info – however, I cannot find any reference. Here are the files it is stating are out of date:

    legenda/woocommerce/content-product.php version 2.5.0 is out of date. The core version is 2.6.1,
    legenda/woocommerce/content-product_cat.php version 2.5.2 is out of date. The core version is 2.6.1,
    legenda/woocommerce/myaccount/form-edit-address.php version 2.1.0 is out of date. The core version is 2.6.0,
    legenda/woocommerce/myaccount/form-login.php version 2.2.6 is out of date. The core version is 2.6.0,
    legenda/woocommerce/myaccount/my-account.php version 2.0.0 is out of date. The core version is 2.6.0,
    legenda/woocommerce/single-product/product-image.php version 2.1.2 is out of date. The core version is 2.6.3,
    legenda/woocommerce/single-product/product-thumbnails.php version 2.3.0 is out of date. The core version is 2.6.3,

    Here is the info on the installed child theme:
    Legenda ChildVersion: 0.0.1
    By 8theme Legenda Child Theme
    This is a child theme of LEGENDA – 8theme WordPress theme.

    Then the installed theme info is:
    LEGENDA – 8theme WordPress themeVersion: 3.0.1 By 8theme

    I appreciate any guidance and instruction you can provide. Thank you!

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 31, 2016 at 11:21

    Hello @Kathyrn McClellan,

    You shouldn’t worry about those notices. They won’t affect your site at all. We edited Woocommerce files in wp-content/themes/legenda/woocommerce directory and old version may be written in those files. But, please don’t worry, as the original version is written in wp-content/plugins/woocommerce/templates directory.
    So you can hide this message or you can fix it by editing the files in wp-content/themes/legenda/woocommerce directory and change the version to the current Woocommerce version that you’re using.

    Best regards,
    Jack Richardson.

  • 1 2 3 4 5
    Viewing 96 results - 81 through 96 (of 96 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.