Home Forums Themes Support TeeSpace Product attribute not showing in Shop page

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #10459
    Akis
    Supported

    I have selected the desired option in Theme options (woocommerce tab) and nothing happens. Variable product and attributes are set up correctly

    Attachments:
    You must be logged in to view attached files.
    #10463

    Hi,
    Thanks for contacting us and choosing our product!
    Please go to Theme Options -> WooCommerce -> Product Attribute
    https://prnt.sc/q88yUyOL-Q6C
    Here is the document of theme: https://document.harutheme.com/teespace/
    Hope this helps!

    ****
    Regards,
    HaruTheme

    #10464
    Akis
    Supported

    I’ve already did that. I wrote it to you and sent a screenshot

    #10465

    Hi,
    Please send us an admin account.
    Please note this can show if you are using our variation swatches.

    ***
    Regards,
    HaruTheme

    #10466
    Akis
    Supported
    This reply has been marked as private.
    #10467

    Hi,
    Sorry but can you send us an FTP account for debug on your site?
    Currently we can’t access your site to edit the code.

    ****
    Regards,
    HaruTheme

    #10468

    Hi,
    Please go to: wp-content/themes/teespace/frameworks/include/ then open file woocommerce-functions.php
    Please remove all the code have var_dump near line 361 (we are testing) then change the code on line 361 from:
    if ( sanitize_title( $attribute['name'] ) == $product_attributes ) {
    to
    if ( $attribute['name'] == $product_attributes ) {
    Hope this helps!

    *****
    Regards,
    HaruTheme

    #10469

    Or you can try to use another solution is don’t use special character in slug of Product Attribute:
    https://prnt.sc/p57G1AXHov94
    You can use name is your language but slug should use english (non special character).
    Hope this helps!

    ****
    Regards,
    HaruTheme

    #10470
    Akis
    Supported

    Yeap that did the trick! Thank you!

    #10471

    Thanks so much for your feedback!

    ****
    Regards,
    HaruTheme

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in to reply to this topic.