WebsiteBaker Support (2.8.x) > Bakery Shop
Bakery: Small Shop Module (ORIGINAL TOPIC)
freeSbee:
Hi snark
--- Quote from: snark on June 16, 2009, 10:31:37 PM ---can you tell us what we can expect in the near future
--- End quote ---
Let's see what the future will bring...
But: Bakery is a small shop and was never intended to be developed thus far. There are plenty of excellent, full featured e-commerce solutions available. Adding more and more features increases complexity of the software but also for the administrators... One of the main thing of WB is its simplicity!
http://en.wikipedia.org/wiki/KISS_principle
Regards Christoph
ghost06:
someone can help me?
as I can modify " Shop Country: " and " Shop State: " for l' Italy? :oops:
thanks
snark:
when changing the page settings ans I push save I get:
Unknown column 'lightbox2' in 'field list'
anyone knows how to solve this...
the lightbox script isn't working either
freeSbee:
@ghost06
http://www.bakery-shop.ch/#countries
http://www.bakery-shop.ch/#states
Regards Christoph
freeSbee:
Hi snark
--- Quote from: snark on June 19, 2009, 01:53:56 PM ---Unknown column 'lightbox2' in 'field list'
--- End quote ---
Did you upgrade from v1.0 to v1.3?
Then have a look at your db table "mod_bakery_page_set tings". Probably the field "lightbox2" is missing due to a bug in the upgrade script.
You can add it manually. Run the SQL code below using phpMyAdmin or whatever you are using (replace TABLEPREFIX by your table prefix):
--- Code: ---ALTER TABLE `TABLEPREFIXmod_bakery_page_settings` ADD `lightbox2` VARCHAR(10) NOT NULL DEFAULT 'detail' AFTER `resize`
--- End code ---
Regards Christoph
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version