Graffe Posted May 16, 2004 Posted May 16, 2004 I installed this contribution and it was exactly what I was looking for. I have products that have multiple colors and such, with different prices for each through a dropdown menu on the product page. However, there is one problem. I need the 'Buy Now' button back on the product page. Is this possible? Quote
♥bruyndoncx Posted May 16, 2004 Posted May 16, 2004 if you check the readme, it list the changes made. Typically there are 2 changes, the one with the buttons is the one you want activated again. An easy shortcut is to change the code from "price > 0" to "price > -1" This way you'll have a button when you have a 0 price, and if you specifically want to disable the buying of the product, you can set it to -1. It think this will do the trick. Quote KEEP CALM AND CARRY ON I do not use the responsive bootstrap version since i coded my responsive version earlier, but i have bought every 28d of code package to support burts effort and keep this forum alive (albeit more like on life support). So if you are still here ? What are you waiting for ?! Find the most frequent unique errors to fix: grep "PHP" php_error_log.txt | sed "s/^.* PHP/PHP/g" |grep "line" |sort | uniq -c | sort -r > counterrors.txt
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.