but a more simple question, actually, i do not need a quantity field for my particular check out as all customers would only buy one. Is it easy to do away with that?
Subtotal (total of item prices not including shipping)Shipping (total shipping cost, not shipping based on)Tax (show total tax not VAT, VAT not usually used in US, possibly have the option of not showing Tax %, just tax total)
Is there a way to reset the order number?
Warning: implode() [function.implode]: Bad arguments. in /home/[nnnnnnnnnnn/wb directory]/modules/bakery/save_general_settings.php on line 50Success
Subtotal $10.00 GST (5%) 0.50 ($10 x 5%)PST (8%) 0.80 ($10 x 8%)--------------------------------------Total $11.30
Subtotal $10.00 GST (5%) 0.50 ($10 x 5%)QST/TVQ (7.5%) 0.79 ==>($10.50 x7.5%) - effectively, 7.875%--------------------------------------Total $11.29
- the English on page 3, payment option buttons is improper. You should say "I will pay with PayPal" for example. I would suggest something like... "Pay in Advance" and "Use PayPal" for the buttons.
- I've never used PayPal - I assume they send a copy of the invoice to the buyer's email?
- also, are you doing anything with the Quantity field, a bunch of Javascript perhaps? Sometimes there is no visible cursor there. I was trying to click on it, and it looked like it wasn't "taking". But when I typed a number, it showed up, but still with no cursor.
Why is this mod not available in 'Addons' page?
The option's on my producs have different prices on them. Any way I can include those prices in the calculations of the shopping cart ?
ITEM OPTIONS...Bakery supports one option for every item as long as the price stays the same for every attribute.
But how can i implement the order_nr in the email?
// Replace vars with values$vars = array('[CUSTOMER_NAME]', '[SHOP_NAME]', '[BANK_ACCOUNT]', '[CUST_ADDRESS]', '[ITEM_LIST]', '[ORDER_ID]' );$values = array($cust_name, $setting_shop_name, $setting_bank_account, $email_cust_address, $email_item_list, $order_id);
I think the button VIEW CART should be visible during the whole shopping process.