Bakery: Small Shop Module (ORIGINAL TOPIC)

modcar

Thats not really idea as I deal with suppliers who do everything ex tax. I personally hate going to sites,
seeing good prices, then finding that they are tax-exclusive.

freeSbee

@modcar
Quote from: modcar on January 08, 2009, 11:20:25 AM
Is there any way I can add prices ex tax in back end and have them shown as inc of tax in front end?
Best thing would be to calculate prices with tax just before saving them to DB, then they will be shown as incl.

Regards Christoph

modcar

Is there any way I can add prices ex tax in back end and have them shown as inc of tax in front end?

freeSbee


New Version of Bakery:

VERSION 0.9.8 (01/07/2009)


VERSION HISTORY
Bakery 0.9.8 version history

KNOW HOW
Further information can be found on the Bakery Website.

DOWNLOAD
Download from the Bakery Website.

PLEASE NOTE

  • Bakery 0.9.8 requires WebsiteBaker version 2.7 or later
  • Bakery 0.9.7 and later requires to upgrade the snippets Anyitems and/or Lastitems to version 0.4


Christoph

freeSbee

Quote from: Boudi on January 05, 2009, 07:11:31 PM
Is there a bakery user who has the french language and wants to share it?
Bakery needs to be translated to other WB languages, too. Please post your language files in the forum and I will include them in the next version.

Regards
Christoph

Boudi

Hi,

Great news that the development of the Bakery is still going strong. Really cool to see it's getting better and better.

For a client we are looking for a french language. Our French is dreadfull  :|
Is there a bakery user who has the french language and wants to share it?

Greetz
Boudi



...:: Bake the Unbakable ::...

freeSbee

Quote from: Rush200 on January 03, 2009, 10:10:35 PM
Yes, i know this but how I Can show these categories? Which code?
If you ask for help please be more precisely what exactly you want (show it in as a navigation, as links to the categories or an overview, display items or whatever...)

Rush200

Quote from: freeSbee on January 03, 2009, 10:02:42 PM
Quote from: Rush200 on January 03, 2009, 09:10:17 PM
So now i want to do some categories and i want categories show on the main page eshop page.

Read more about categories...

Regards Christoph
Yes, i know this but how I Can show these categories? Which code?

freeSbee

Quote from: Rush200 on January 03, 2009, 09:10:17 PM
So now i want to do some categories and i want categories show on the main page eshop page.

Read more about categories...

Regards Christoph

freeSbee


New Version of Bakery:

VERSION 0.9.7 (01/03/2009)


VERSION HISTORY
Bakery 0.9.7 version history

KNOW HOW
Further information can be found on the Bakery Website.

DOWNLOAD
Download from the Bakery Website.

PLEASE NOTE

  • Bakery 0.9.7 requires WebsiteBaker version 2.7 or later
  • If you upgrade to Bakery v0.9.7, you have to upgrade the snippets Anyitems and/or Lastitems to v0.4 too


Christoph

Rush200

Hi,
I Use bakery shop and website baker CMS.
So i have
1 folder to languages
1 folder to main pages <-- Here is eshop too
1 folder to sub pages

So now i want to do some categories and i want categories show on the main page eshop page.

Any ideas?

G4

Quote from: freeSbee on December 30, 2008, 08:48:07 PM
Hi G4

Quote from: G4 on December 29, 2008, 10:21:11 PM
Is it possible too show the items in alfabetic order?

Search the file view.php for the code line
$query_items = $database->query("SELECT * FROM ".TABLE_PREFIX."mod_bakery_items WHERE section_id = '$section_id' AND active = '1' AND title != '' ORDER BY position ASC".$limit_sql);
and replace it by
$query_items = $database->query("SELECT * FROM ".TABLE_PREFIX."mod_bakery_items WHERE section_id = '$section_id' AND active = '1' AND title != '' ORDER BY title ASC".$limit_sql);

You're done - no more sorting manually!

Regards Christoph

Wauw. Thx for the quick respons Christoph.

I will try it out.

freeSbee

Hi G4

Quote from: G4 on December 29, 2008, 10:21:11 PM
Is it possible too show the items in alfabetic order?

Search the file view.php for the code line
$query_items = $database->query("SELECT * FROM ".TABLE_PREFIX."mod_bakery_items WHERE section_id = '$section_id' AND active = '1' AND title != '' ORDER BY position ASC".$limit_sql);
and replace it by
$query_items = $database->query("SELECT * FROM ".TABLE_PREFIX."mod_bakery_items WHERE section_id = '$section_id' AND active = '1' AND title != '' ORDER BY title ASC".$limit_sql);

You're done - no more sorting manually!

Regards Christoph

G4

Is it possible too show the items in alfabetic order?

Now I have too manually move items with the arrows up and down. Then they show up in that order When Iam adding a new item too a list over a hunderd this takes a long time.

chabar2000

Just to inform: Bakery does not seem to work with WB Portable. Page is empty and cannot be deleted.
Karl

modcar

For the item image, browse media folder rather then having to save image from media folder, and re upload it using bakery.

freeSbee

Quote from: modcar on December 21, 2008, 09:31:49 AM
Any chance of being able to browse the media folder when adding/modifying an item?

Not for the thumbnail on the main page nor the image on the item page.
Do it using the WYSIWYG editor of the item description.

Regards Christoph

modcar

Any chance of being able to browse the media folder when adding/modifying an item?

freeSbee

#316
Hi G4

Quote from: G4 on December 09, 2008, 08:33:53 PM
How can I show more pictures of a product? On the product page I would like a second picture of a product. Is this possible?

After uploading images to your WB media center make use of the "Add/Modify Image"-button that makes part of the Bakery WYSIWYG editor (product full description) to add more images to the product page. Read more...

Regards Christoph

G4

Great module.

HELP!
How can I show more pictures of a product? On the product page I would like a second picture of a product. Is this possible?

Anyone has a clue?

freeSbee

@Boudi

Try this:
Replace the code (about line 977) in the file view.php
// Replace vars with values
       $vars = array('[ADD_TO_CART]', '[PAGE_TITLE]', '[TITLE]', '[ITEM_ID]', '[SKU]', '[PRICE]', '[SHIPPING]', '[OPTION]', '[DESCRIPTION]', '[FULL_DESC]', '[SHOP_URL]', '[PAYPAL]', '[SHIPPING_D_A]', '[CURRENCY]', '[BACK]', '[DATE]', '[TIME]', '[USER_ID]', '[USERNAME]', '[DISPLAY_NAME]', '[EMAIL]', '[PREVIOUS]', '[NEXT]', '[OUT_OF]', '[OF]', '[TEXT_OUT_OF]', '[TEXT_OF]', '[TXT_ITEM]', '[TXT_SKU]', '[TXT_PRICE]', '[TXT_SHIPPING]', '[TXT_FULL_DESC]', '[TXT_SHIPPING_COST]', '[TXT_DOMESTIC]', '[TXT_ABROAD]', '[TXT_BACK]');
       if(isset($users[$uid]['username']) AND $users[$uid]['username'] != '') {
           $values = array($MOD_BAKERY['TXT_ADD_TO_CART'], PAGE_TITLE, stripslashes($item['title']), $item_id, stripslashes($item['sku']), stripslashes($item['price']), stripslashes($item['shipping']), $option, stripslashes($item['description']), $item['full_desc'], $setting_continue_url , $setting_paypal_page, $setting_shipping_d_a, $setting_shop_currency, $page_link, $item_date, $item_time, $uid, $users[$uid]['username'], $users[$uid]['display_name'], $users[$uid]['email'], $previous_link, $next_link, $out_of, $of,  $TEXT['OUT_OF'], $TEXT['OF'], $MOD_BAKERY['TXT_ITEM'], $MOD_BAKERY['TXT_SKU'], $MOD_BAKERY['TXT_PRICE'], $MOD_BAKERY['TXT_SHIPPING'], $MOD_BAKERY['TXT_FULL_DESC'], $MOD_BAKERY['TXT_SHIPPING_COST'], $MOD_BAKERY['TXT_DOMESTIC'], $MOD_BAKERY['TXT_ABROAD'], $TEXT['BACK']);
       } else {
           $values = array($MOD_BAKERY['TXT_ADD_TO_CART'], PAGE_TITLE, stripslashes($item['title']), $item_id, stripslashes($item['sku']), stripslashes($item['price']), stripslashes($item['shipping']), $option, stripslashes($item['description']), $item['full_desc'], $setting_continue_url , $setting_paypal_page, $setting_shipping_d_a, $setting_shop_currency, $page_link, $item_date, $item_time, '', '', '', '', $previous_link, $next_link, $out_of, $of, $TEXT['OUT_OF'], $TEXT['OF'], $MOD_BAKERY['TXT_ITEM'], $MOD_BAKERY['TXT_SKU'], $MOD_BAKERY['TXT_PRICE'], $MOD_BAKERY['TXT_SHIPPING'], $MOD_BAKERY['TXT_FULL_DESC'], $MOD_BAKERY['TXT_SHIPPING_COST'], $MOD_BAKERY['TXT_DOMESTIC'], $MOD_BAKERY['TXT_ABROAD'], $TEXT['BACK']);
       }

by
// Replace vars with values
       $vars = array('[ADD_TO_CART]', '[PAGE_TITLE]', '[TITLE]', '[ITEM_ID]', '[SKU]', '[PRICE]', '[SHIPPING]', '[OPTION]', '[DESCRIPTION]', '[FULL_DESC]', '[SHOP_URL]', '[PAYPAL]', '[SHIPPING_D_A]', '[CURRENCY]', '[BACK]', '[DATE]', '[TIME]', '[USER_ID]', '[USERNAME]', '[DISPLAY_NAME]', '[EMAIL]', '[PREVIOUS]', '[NEXT]', '[OUT_OF]', '[OF]', '[TEXT_OUT_OF]', '[TEXT_OF]', '[TXT_ITEM]', '[TXT_SKU]', '[TXT_PRICE]', '[TXT_SHIPPING]', '[TXT_FULL_DESC]', '[TXT_SHIPPING_COST]', '[TXT_DOMESTIC]', '[TXT_ABROAD]', '[TXT_BACK]', '[STOCK]');
       if(isset($users[$uid]['username']) AND $users[$uid]['username'] != '') {
           $values = array($MOD_BAKERY['TXT_ADD_TO_CART'], PAGE_TITLE, stripslashes($item['title']), $item_id, stripslashes($item['sku']), stripslashes($item['price']), stripslashes($item['shipping']), $option, stripslashes($item['description']), $item['full_desc'], $setting_continue_url , $setting_paypal_page, $setting_shipping_d_a, $setting_shop_currency, $page_link, $item_date, $item_time, $uid, $users[$uid]['username'], $users[$uid]['display_name'], $users[$uid]['email'], $previous_link, $next_link, $out_of, $of,  $TEXT['OUT_OF'], $TEXT['OF'], $MOD_BAKERY['TXT_ITEM'], $MOD_BAKERY['TXT_SKU'], $MOD_BAKERY['TXT_PRICE'], $MOD_BAKERY['TXT_SHIPPING'], $MOD_BAKERY['TXT_FULL_DESC'], $MOD_BAKERY['TXT_SHIPPING_COST'], $MOD_BAKERY['TXT_DOMESTIC'], $MOD_BAKERY['TXT_ABROAD'], $TEXT['BACK'], stripslashes($item['stock']));
       } else {
           $values = array($MOD_BAKERY['TXT_ADD_TO_CART'], PAGE_TITLE, stripslashes($item['title']), $item_id, stripslashes($item['sku']), stripslashes($item['price']), stripslashes($item['shipping']), $option, stripslashes($item['description']), $item['full_desc'], $setting_continue_url , $setting_paypal_page, $setting_shipping_d_a, $setting_shop_currency, $page_link, $item_date, $item_time, '', '', '', '', $previous_link, $next_link, $out_of, $of, $TEXT['OUT_OF'], $TEXT['OF'], $MOD_BAKERY['TXT_ITEM'], $MOD_BAKERY['TXT_SKU'], $MOD_BAKERY['TXT_PRICE'], $MOD_BAKERY['TXT_SHIPPING'], $MOD_BAKERY['TXT_FULL_DESC'], $MOD_BAKERY['TXT_SHIPPING_COST'], $MOD_BAKERY['TXT_DOMESTIC'], $MOD_BAKERY['TXT_ABROAD'], $TEXT['BACK'], stripslashes($item['stock']));
       }


Use [STOCK] as var in your Bakery template.

Regards Chirstoph

Boudi

Hi Christoph,

Thnq for picking this up.

My first suggestion would be on the product page.  :-)


Greetz
Boudi
...:: Bake the Unbakable ::...

freeSbee

Hi Boudi

Quote from: Boudi on December 05, 2008, 02:57:55 PM
Is there a way to list the actual stock in the productfield? So that buyers can see what the actual stock is?
Where exactly do you want to display it? On the mainpage (overview) or the product page (details)?

Regards Christoph


Boudi

Hi there,

Just a simple question; couldn't find an answer on the help files and on the forum.

Is there a way to list the actual stock in the productfield? So that buyers can see what the actual stock is?

Greetz
Boudi
...:: Bake the Unbakable ::...

Stefek

Hello G4.

Unfortunatly there is no chance to implement the Bread-Crumb functionality into the Bakery-Module yet.

Regards,
Stefek
[i]"Gemeinsam schafft man mehr."[/i]

[b][url=http://duden.de/rechtschreibung/gemeinsam#Bedeutung1]gemeinsam[/url][/b]
1. mehreren Personen oder Dingen in gleicher Weise gehörend, eigen
2. in Gemeinschaft [unternommen, zu bewältigen]; zusammen, miteinander
#Duden