• Resolved faninja

    (@faninja)


    Hello, installed and activated the plugin, went on the settings page of the plugin, saved it.

    But it does not appear or work on any page of product, shop page, cart … nothing …

    I have read people that talks the plugin very well … but I can not evaluate it, because I can not see anywhere in my shop …

    Could you help me ?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author isabel104

    (@isabel104)

    This plugin has just released version 1.5.2. You are probably using 1.5.1, which has a possible bug. Please update to version 1.5.2. Then, add an attribute to one of your products, if you haven’t already. I hope this helps.

    Thread Starter faninja

    (@faninja)

    upgraded.

    same here…

    nothing show …

    any suggestion ?

    ??

    Plugin Author isabel104

    (@isabel104)

    When you added an attribute to a product, did you check the box for “Visible on the product page” and click “Save attributes” and “Update” product?

    I could investigate further with a link to your product page and/or a list of which other plugins you have activated.

    Thread Starter faninja

    (@faninja)

    yes, of course.

    All checked,

    Attributes and variations appear on the single-product page normally

    plugins:

    WooCommerce
    WooCommerce Correios
    WooCommerce Distance Rate Shipping
    WooCommerce Min/Max Quantities
    WooCommerce PagSeguro
    WooCommerce Show Attributes
    WooCommerce Variation Swatches and Photos
    WOOF – WooCommerce Products Filter

    link for single product: https://www.matasagrada.com.br/plantas/acoita-cavalo/

    Thread Starter faninja

    (@faninja)

    deactvated all plugins, keep just woocommerce and show atributes and problem still…

    Thread Starter faninja

    (@faninja)

    any suggestion ?

    Plugin Author isabel104

    (@isabel104)

    If you say the attributes “appear on the single-product page normally” then I don’t understand what the problem is. What is the actual problem? Where are the attributes missing? And what settings have you checked or unchecked for this plugin?

    Thread Starter faninja

    (@faninja)

    put this code on function.php and the products atributtes appears on shop page. that is all of i wanted… anyway, thank you for support…

    function custom_display_post_meta() {
    global $product;
    $attr = array(‘pa_altura’, ‘pa_dap’);
    foreach ( $attr as $attribute ) {
    $values = wc_get_product_terms( $product->id, $attribute, array( ‘fields’ => ‘names’ ) );
    echo apply_filters( ‘woocommerce_attribute’, wpautop( wptexturize( implode( ‘, ‘, $values ) ) ), $attribute, $values );
    }
    }

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Does not work on any page’ is closed to new replies.