Jump to:
| Project: | e-Commerce |
| Version: | 4.7.x-1.x-dev |
| Component: | product |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
This is nearly a feature request. But back nearly two years ago, in revision 1.36 of the product module, this issue was listed as fixed.
Thu Oct 28 20:46:31 2004 UTC (21 months, 4 weeks ago) by mathias
Branch: MAIN
Changes since 1.35: +2 -2 lines
* Don't display an 'add to cart' link or a 'sold out' link for auction items.
But it still does, unless disabled individually. I don't see how the changed code could possibly have removed add to cart links from auction products:
$output .= form_radios(t("'Add to cart' link"), 'hide_cart_link', $edit->hide_cart_link, array(t("Visible"), t("Hidden")), t("Control whether or not you want the 'Add to cart' link visible for this product. In some cases you may want to make your own cart link within the product description using the macrotags module (this isn't done yet).."));
became:
$output .= form_radios(t("Hide the 'Add to cart' link"), 'hide_cart_link', $edit->hide_cart_link, array(t("Visible"), t("Hidden")), t("Control whether or not you want the 'Add to cart' link visible for this product. In some cases you may want to make your own cart link within the product description using the macrotags module (this isn't done yet).."));
Thanks!
Comments
#1
please post back if I'm wrong, but seemed to be working when I worked on auction last.
#2