Viewing 7 replies - 76 through 82 (of 82 total)
  • citynode

    (@citynode)

    Sounds like you should not use the Musica theme.

    I′m not shure what you mean with “switch to default 2011/2012 theme” ,-

    He means that you should activate one of the two themes that comes in every up to date installation of WordPress: Twenty Eleven or Twenty Twelve.

    Those are the themes we switch to to see if the problem that a person is having is related to their theme or theme customization.

    So far, you seem to be saying that you have this problem with the “Musica” theme.

    HI,

    I am having the same problem, I am using the variable product, and the add to cart button is not showing.

    https://www.choobee.co.uk/product/polka-dots/

    I have tried everything with no luck please can some one help me

    HI,

    I am having the same problem, I am using the variable product, and the add to cart button is not showing.

    https://www.choobee.co.uk/product/polka-dots/

    I have tried everything with no luck please can some one help me

    Hi! I use Woocommerce 2.0.10 with the template superstore and WordPress 3.5.1.
    I create a variable product and the button and the add to cart button is showing (all perfect). But when I deactivate javascript on my browser, the add to cart button is not showing and there is no other information like activate Javascript e.g.

    Can you help me for a easy solution? Because I’ve over 40 percent of user with no activated javascript.

    My Website with variable product: https://handyreparatur123.de/shop/samsung-galaxy-s4-i9505-reparatur/

    I’m having a similar problem except when using the Stripe Gateway for Woocommerce and the Infinite theme by YooThemes

    I’ve tested with TwentyTwelve and all is okay but I think the Stripe JS is being clobbered by the Warp JS.

    I’ve tried add this to my functions but it didn’t help:

    // Fix for Woocommerce Stripe Gateway
    function mv_my_woo_scripts()
    {
    wp_enqueue_script('stripe', plugins_url() . '/woocommerce-gateway-stripe/assets/js/stripe.js',array('jquery'),'1.0',true);
    }
    add_action('wp_enqueue_scripts','mv_my_woo_scripts');

    Desperately seeking a solution!

    Anyone else have this issue???

    hello Freetagger

    Visibly you have find a solution to turn ON “cart quantuty’ on your site
    With what code… can you help me
    Thank’s

    I am currently having an issue making the “add to cart” button show up as well…

    https://173.254.53.244/~cottage/shop/bindings-skis/radar-vector-boot-2013/

    I added the `function mv_my_theme_scripts()
    {
    wp_enqueue_script(‘add-to-cart-variation’, plugins_url() . ‘/woocommerce/assets/js/frontend/add-to-cart-variation.js’,array(‘jquery’),’1.0′,true);
    }
    add_action(‘wp_enqueue_scripts’,’mv_my_theme_scripts’);`

    to my functions.php file and the <script type=’text/javascript’ src=’https://my-site.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.min.js?ver=1.6.5.2′></script&gt;
    to my head.php (i also added the folders assets/js/frontend to my theme with the JS in it as well…

    im not having a good experience with this, could someone please help me?

    NOTE: I am using ‘theretailer’ as a theme

Viewing 7 replies - 76 through 82 (of 82 total)
  • The topic ‘[Plugin: WooCommerce – excelling eCommerce] Checkout button not showing on Woo commerce product’ is closed to new replies.