Home Forums Themes Support TeeSpace Deactivate product options

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #12403
    Cris_W
    Supported

    Hi! How can I deactivate the product options that appear on the product cover?

    Thanks.

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

    Hi,
    Thanks for contacting us and choosing our product!
    By default our theme doesn’t show this button.
    It seems you installed an extra plugin and it causes the issue.
    Please send us your current site URL and maybe a WordPress admin account.
    We’ll check it for you.

    ****
    Regards,
    HaruTheme

    #12409
    Cris_W
    Supported

    Hello, I have solved it! Another question… how can I add a space to the paypal button on the cart page? Thanks!

    Attachments:
    You must be logged in to view attached files.
    #12411
    Cris_W
    Supported

    And is it possible to view the product image on the checkout page? If so, how? Thanks!

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

    Hi,
    1. Please send us your current site URL, so we can check the and have solution for you.
    However this may works:

    .single-product-top form.cart .single_add_to_cart_button {
      margin-bottom: 20px;
    }

    2. By default WooCommerce doesn’t support this. You can do it yourself by follow this tutorial:
    https://wordpress.org/support/topic/product-images-on-woocommerce-checkout-page/
    Hope this helps!

    ****
    Regards,
    HaruTheme

    #12415
    Cris_W
    Supported
    This reply has been marked as private.
    #12419
    Cris_W
    Supported
    This reply has been marked as private.
    #12422

    Hi,
    1. You can add this code:

    .wc-proceed-to-checkout .ppc-button-wrapper {
      margin-top: 15px;
    }

    3. About issue 500 with the server we checked the code but didn’t find any issue with the code.
    If you copy this link and paste to browser, it will works fine:

    Cart


    But if you click from the button, it will not work.
    Please send this issue to your hosting provider, they will have a solution with server config for you.

    4. By default we haven’t got this issue:

    Product Price by Options


    https://teespace.harutheme.com/shop/page/2/https://teespace.harutheme.com/shop/page/2/
    You can see Product By Price Options. Please try go to Plugins -> Installed Plugins then deactivate WPC Product Price by Options. If it still show these extra button, you need to check settings of other plugins you installed.
    or use this custom CSS code:

    .product-item .product-info .button {
      display: none;
    }
    
    .product-item .product-actions > a.button {
      display: none;
    }

    Hope this helps!

    ****
    Regards,
    HaruTheme

    #12439
    Cris_W
    Supported

    THANK YOU! Best support ever!!

    #12440

    Thanks for your feedback!

    ****
    Regards,
    HaruTheme

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

You must be logged in to reply to this topic.