You are here: Home
Support site for Tips and Tricks HQ premium products
Had the same problem with people missing the “hist the enter key” message.
In your eStore_includes.php search for:
<br />
$(function(){<br />
var eStore_cart_item_qty = $('.eStore_cart_item_qty');<br />
eStore_cart_item_qty.keypress(function(){<br />
$('.eStore_qty_change_pinfo').show();<br />
});<br />
});<br />
and edit as follow:
<br />
$(function(){<br />
var eStore_cart_item_qty = $('.eStore_cart_item_qty');<br />
eStore_cart_item_qty.keypress(function(){<br />
$('.eStore_qty_change_pinfo').show();<br />
$('.eStore_coupon_section').hide();<br />
$('.eStore_cart_checkout_button').hide();<br />
});<br />
});<br />
This will hide the “Buy Now” button until the user hits ENTER.
Maybe the development team can include these two lines in a future version
Thanks a lot, version 6.9.1.4 fixed the issue.
It took a while but you are the best!
hi,
I am just trying to get one of your products working with a commercial theme. I have also posted on their forum but, apparently, they are not interested in helping me.
Do you care to help?
Thanks