Totally Zenned
- Join Date:
- Aug 2007
- Location:
- Amarillo, Tx
- Posts:
- 1,682
- Plugin Contributions:
- 0
Buy now button in main page products
if you have an item is out of stock does it show "Sold Out" or "Out of Stock" on the main page?
Views: 8,836
Totally Zenned
if you have an item is out of stock does it show "Sold Out" or "Out of Stock" on the main page?
Totally Zenned
I have got the button on the main module but its in the wrong spot. I want it all the way to the bottom under the price like as follows:
Image
Item Name
Price
then the buy now button
How can I put the button at the bottom instead of the top?
Zen Follower
Tried to install this in V1.5 and no workie, is it not compatible with this version ?
Totally Zenned
Is this compatible with v1.5 yet?
Zen Follower
I loaded this code, but when I click the "buy now" it redirects me to the product page. how do I get it add the product to the shopping cart
Oba-san
Do your Products have attributes? If so, then you will be taken to the product _info page ...
New Zenner
I just installed this on ZC 1.5 and while it work, I seem to be having the same issue as others here. The BUY NOW button shows up above the product image/description etc. Sold out products show up with a Sold Out image but with a " > " symbol after the image. Are other folks having the same issue please share how they resolved it?
New Zenner
kman55:
I just installed this on ZC 1.5 and while it work, I seem to be having the same issue as others here. The BUY NOW button shows up above the product image/description etc. Sold out products show up with a Sold Out image but with a " > " symbol after the image. Are other folks having the same issue please share how they resolved it?
Not sure if people are still looking for a solution. I have v1.5 installed from new. No mods, just a new template.
Try this, it works for me:
$specials_index->fields['products_name'] = zen_get_products_name($specials_index->fields['products_id']);
$list_box_contents[$row][$col] = array('params' => 'class="centerBoxContentsSpecials centeredContent back"' . ' ' . 'style="width:' . $col_width . '%;"','text' => (($specials_index->fields['products_image'] == '' and PRODUCTS_IMAGE_NO_IMAGE_STATUS == 0) ? '' : '<a href="' . zen_href_link(zen_get_info_page($specials_index->fields['products_id']), 'cPath=' . $productsInCategory[$specials_index->fields['products_id']] . '&products_id=' . (int)$specials_index->fields['products_id']) . '">' . zen_image(DIR_WS_IMAGES . $specials_index->fields['products_image'], $specials_index->fields['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT) . '</a><br />') . '<a href="' . zen_href_link(zen_get_info_page($specials_index->fields['products_id']), 'cPath=' . $productsInCategory[$specials_index->fields['products_id']] . '&products_id=' . $specials_index->fields['products_id']) . '">' . $specials_index->fields['products_name'] . '</a><br />' . $products_price);
Buy now is below everything now. But, I would like to put a quantity inbox too just above buy now button. Any ideas?
Totally Zenned
Tell staff why this post should be reviewed.