New Landing How can we help? Atelier add to cart / basket

Viewing 5 posts - 16 through 20 (of 20 total)
  • Posted in: Atelier
  • #287026
    David Martin – Support
    Moderator
    Post count: 20834

    Have you modified the core theme files in anyway?

    Please add your FTP details.

    Thanks

    #287027
    micheal_w
    Member
    Post count: 498
    This reply has been marked as private.
    #287218
    David Martin – Support
    Moderator
    Post count: 20834

    This is most perplexing, nothing in the theme is overriding that, neither is any plugin.

    I can only suggest you upload and activate the child theme we supply, then add this to the child theme functions.php:

    add_filter( 'woocommerce_product_single_add_to_cart_text', 'woo_custom_cart_button_text' );    // 2.1 +
    function woo_custom_cart_button_text() {
    	return __( 'Add to cart', 'woocommerce' );
    }
    #287266
    micheal_w
    Member
    Post count: 498

    DAVID! I found it out! OMG!
    Even the guys at Woocommerce didn’t able to help me.

    So I re-installed the whole f*$#”!g site from scrath (luckily copy-paste was quick).
    And then, voila, CART was there.

    So then I fine-tuned couple of setups, time zone etc…
    …and then the bloody BASKET came back again – no other plugin was installed at this stage at all – only WP, Woo and Uplift.

    Any guess?

    I am in Australia, so I’ve changed the language setting to ENGLISH (AUS) from ENGLISH (US).
    THIS WAS IT! No one in this country uses the word basket but WordPress does!

    So I have just changed the language to ENGLISH (UK) to avoid the zed’s (customize / customise) and the CART came back.
    Welcome home little word!

    Thanks for all your effort David, Kyle & Mohammad 🙂

    #287272
    David Martin – Support
    Moderator
    Post count: 20834

    Wow, how random and thanks for reporting that back. I’ll certainly not forget this one!

    Glad you got it fixed anyhow.

Viewing 5 posts - 16 through 20 (of 20 total)

You must be logged in to reply to this topic.