• Resolved mravat

    (@rosso711)


    Hello

    i would like to suggest 2 more options to be added under shop settings:

    1. Show Details label

    2. Add to Cart Button Label (for products using “Variation swatches and colors”). Currently for this i have to edit the actual page directly:

    wp-content/plugins/woocommerce-variation-swatches-and-photos/templates/single-product/variable.php (Line 43)

    <button type="submit" class="single_add_to_cart_button button alt"><?php echo apply_filters('single_add_to_cart_text', __('Add to cart', 'woocommerce'), $product->product_type); ?></button>

    thanks in advance.

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

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

    (@ulih)

    Hello rosso711.

    Seems that you’re still using WooCommerce < 2.1 and one of my last updates may have broken the support for add to cart button labels for installations < 2.1… I will fix this.

    uh

    Thread Starter mravat

    (@rosso711)

    no i am on woocommerce 2.1.5

    Plugin Author ulihake

    (@ulih)

    The code you expose does not belong to 2.1.5. It’s code belonging to a version below 2.1. The 2.1.5 html code inside variable.php reads:

    <button type="submit" class="single_add_to_cart_button button alt"><?php echo $product->single_add_to_cart_text(); ?></button>

    And the path 2.1.5 is:

    wp-content/plugins/woocommerce/templates/single-product/add-to-cart/variable.php

    It seems as if you mix up things from two Woocomerce versions and in these circumstances it’s quite impossible for me to help you.

    Regards.
    uh

    Plugin Author ulihake

    (@ulih)

    Update on this: You should check if there’s an update from WooThemes available for the Variation Swatches and Colors plugin you bought from WooThemes. Your plugin version uses template code from WooCommerce versions below 2.1 and templates are one of the most affected parts when it comes to changes between 2.0 and 2.1 versions of WooCommerce.

    uh

    Thread Starter mravat

    (@rosso711)

    ok thanks i will check with them to see

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘two more options’ is closed to new replies.