Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Saguaros Moderator
    #1006723

    Hi seventys,

    You can provide the credentials of your site i.e: URL, Admin & FTP account and clarify the steps so I can see the cart button keep showing on your site

    Regards

    seventys Friend
    #1007178
    This reply has been marked as private.
    Saguaros Moderator
    #1007299

    Let me pass to the team for further checking on this.

    Pls stay tuned.

    seventys Friend
    #1009324
    This reply has been marked as private.
    Mo0nlight Moderator
    #1009438

    Hi,

    You can try with this tweak:

    • Open the file : plugins/jamegafilter/eshop/helper.php

    • Change the code :
    $item->is_salable = 1;

    To

    $item->is_salable = (int)$baseItem->product_quantity > 0 ? true : false;

    Then index again.

    Regard

    seventys Friend
    #1009623

    Thanks Mo0nlight,
    Works great!

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

This topic contains 6 replies, has 3 voices, and was last updated by  seventys 7 years, 8 months ago.

The topic ‘How to Check Product Quantity in Eshop Plugin’ is closed to new replies.