Oba-san
- Join Date:
- Sep 2003
- Location:
- Ohio
- Posts:
- 62,757
- Plugin Contributions:
- 1
customer pending approved placed an order
Try on the tpl_featured.php sidebox to use the code in RED:
$the_button = '<input type="hidden" name="cart_quantity" value="1" />' . zen_draw_hidden_field('products_id', (int)$random_featured_product->fields['products_id']) . zen_image_submit(BUTTON_IMAGE_IN_CART, BUTTON_IN_CART_ALT);
$display_button = zen_get_buy_now_button($random_featured_product->fields['products_id'], $the_button);
$content .= '<div>' . $display_button . '</div>';
$random_featured_product->MoveNextRandom();
you may need to fuss with it to make it look pretty and such ...
Then, adapt it for the Specials sidebox ...