Okay
  Public Ticket #1688337
Add cart button disappeared
Closed

Comments

  •  1
    zac2b started the conversation

    Hello, my add cart button disappeared. Theme Options > Shop Settings > Add cart buton checked. Show as text, also do not work.

    Catalog Mode disabled. 

  • [deleted] replied

    Hi zac2b,

    We don't have this issue on our theme, and it should work for you too. Can you please disable all your third-party plugins (plugins that don't come with our theme) one by one, and check if this problem is solved.

    If you still have the same problem then please send me your Wordpress credentials, because I need to login to your site and test this.

    To include your credentials click Insert Credentials button in editor toolbar (see how) so your reply will be private.

    Thanks!

  •   zac2b replied privately
  • [deleted] replied

    Hi there,

    It seems that you didn't disabled all your third-party plugins. I disabled one of your plugins "Woocommerce Minimum and Maximum Quantity" and I found out that this was the plugin that was creating this problem for you


    (view on a new page)

    Thanks!

  •   zac2b replied privately
  • [deleted] replied

    Don't worry for that, I'm glad that the problem is now solved

    I wish you a great weekend.

    P.S: If you like the theme, it would help us a lot if you could give us a five-star rating on Themeforest from your Downloads tab.

    A huge thank you from Laborator in advance!

  •  1
    zac2b replied

    I'd have one more question. Is it possible to change that + button for cart icon or something similar?

  • [deleted] replied

    Hi again,

    That is not possible in the Theme Options directly but you can change the + icon to another one.

    Please just add this CSS code to your Custom CSS area:

    .woocommerce .products .product .item-info a[data-product_id]:before {
    content: '\e859' !important; }

    Have a great day.