WebsiteBaker Support (2.8.x) > Bakery Shop
Bakery: Small Shop Module (ORIGINAL TOPIC)
trippnicki:
Hi again Christoph,
Many thanks for your guidance, I am enjoying experimenting with my first site and using your cart. As for your last advice to add my own forms by php script at line 400, I have tried but that still seems to be over my head for the moment,
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?
Thanks again , happy new year...
Tripp
DGEC:
--- Quote from: trippnicki on December 29, 2007, 07:56:03 PM ---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?
--- End quote ---
Off the top of my head... You might be able to change the quantity variable to a HIDDEN field type, with a value of 1.
Happy New Year everybody!
freeSbee:
New Version of Bakery:
VERSION 0.8 (01/03/2008)
* Added option to set a third shipping rate according to specified countries.
* If a customer is logged in, Bakery tries to get his address of a previous order from the DB to prepopulat the address fields.
* The address form has an optional state field.
* The zip code can now be display either in front of the city or at the end of the address.
* Option to set up to 3 different tax rates in the general settings. You can associate one of the predefined tax rates to a single item.
* If a tax rate in the general settings is changed, all the associated item tax rates will be changed too.
* Added more CSS classes to the html and frontend.css file to give more control about the shop design.
* After payment has been completed or order has been canceled, Bakery will not kill the session and logged in users will not be kicked out any longer.
* Deletes DB records of not submitted orders older than 60 days automatically.
* Added a quit order button to the message that is displayed when a user has canceled paypal payment.
* When a page or section gets deleted, the associated images and thumbs in the media directory will be deleted as well.
* Fixed a bug in the main page (overview) caused by a not reseted var in the items loop. It made for items which had no option showing up the item option of the preceding item.
* Improved the code to eliminate all php notice errors.
* Order date is now saved as time stamp.
* Changed the input name="option_attributes" from maxlength="150" to maxlength="600".
* Changed CSS class .mod_bakery_table_c urrency to .mod_bakery_cart_cu rrency_f
* Deleted sql query that made the bakery settings table searchable.
* Added some missing closing tags like </p> and </td> to the html.
Christoph
DOWNLOAD REMOVED
Please download the latest version from the Bakery Website.
brent:
Christoph,
This module works nicely and getting better!
I have a few suggestions for the US version of Subtotals page:
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?
All in all, a wonderful job of creating this cart. This will really make a difference in making it easy to create ecommerce websites for small businesses.
Much appreciated,
Brent
freeSbee:
Hi brent
Thanks a lot for your feedback!
--- Quote from: brent on January 03, 2008, 11:30:58 PM ---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)
--- End quote ---
Thank you for the suggestions! I am going to upgrade the english language file!
If you will find more awkward or clunky expressions please help me to improve the language file by sending a PM or posting.
If you do not want to show the tax rate % in the email and on the order summary page you can delete
{$MOD_BAKERY['TXT_INCL']} $f_tax_rate%
in the view_summary file on about line 268 and 448
and delete
$MOD_BAKERY['TXT_INCL']." ".$f_tax_rate."% ".
in the same file on about line 291 and 471.
--- Quote from: brent on January 03, 2008, 11:30:58 PM ---Is there a way to reset the order number?
--- End quote ---
Reset the order number (order_id) using a sql tool like phpMyAdmin. Goto the mod_bakery_customer table and delete all rows (or those you do not want any more). Then set auto_increment = 1 and your done.
Best,
Christoph
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version