Welcome, Guest. Please login or register.
Did you miss your activation email?
February 12, 2012, 05:06:58 PM

Login with username, password and session length
Search:     Advanced search
Interested in joining the WebsiteBaker team?
For more Information read here or on our new website.
149665 Posts in 21100 Topics by 7538 Members
Latest Member: ionline
* Home Help Search Login Register
Pages: 1 ... 11 12 [13] 14 15 ... 34   Go Down
Print
Author Topic: Bakery: Small Shop Module (ORIGINAL TOPIC)  (Read 136950 times)
scottm52

Offline Offline

Posts: 12


« Reply #300 on: November 18, 2008, 12:56:32 PM »

IMHO

Perhaps the easiest to integrate would be Amazon.  That would give a second option in short order which would also be a great jumping off point for DevPay (amazon) and PayPal's API.  This way additional options would be available with enough sample code in the original system that those of us that are better hackers than programmers could revise and extend our own gateways and share them.



Hello freeSbee and the Web Site Baker Community Public forum.

I am putting the request out to the WebsiteBaker Community to take a little more interest when it comes to a module developer the puts out a feature request that a wb user asked for.

I can not  see this module potential only being developed around PayPal

Logged
Brumm

Offline Offline

Posts: 20


« Reply #301 on: November 22, 2008, 01:18:17 AM »

I just wonder is it anybody that have translated this module to Norwegian please answear if so!
Logged
freeSbee
Moderator
**
Offline Offline

Posts: 729


WWW
« Reply #302 on: November 22, 2008, 09:58:50 AM »

Hi all

I suppose there are a lot of Bakery translations that have been made by-and-by.
Please POST your localisation files in the forum. I will include them in the Bakery zip.

Thanks!
Christoph
Logged
Brumm

Offline Offline

Posts: 20


« Reply #303 on: November 23, 2008, 12:27:00 AM »

I tried to translate but it dident work
Maybe You see somthing that i didet see
Logged
freeSbee
Moderator
**
Offline Offline

Posts: 729


WWW
« Reply #304 on: November 23, 2008, 02:29:21 PM »

Hi Brumm

Maybe You see somthing that i didet see

The file is broken because on line 249 you have deleted a var name.
Be carefull to not delete anything else than the localisation strings!
Rename the localisation file to NO.php

Regards
Christoph
Logged
Brumm

Offline Offline

Posts: 20


« Reply #305 on: November 23, 2008, 09:18:46 PM »

Thank you wery much!
No just one more question how kan i use Norwegian letters like æøå?
Logged
alessandro

Offline Offline

Posts: 7


« Reply #306 on: November 24, 2008, 10:34:48 AM »

Hello,

i've a problem with the bakery module, don't know how i can do it...
i have add in my WebsiteBaker Website teh Bakery Shop module; but it looks like that i can not with the standard version do that what i'm looking for.

2 Problems / Ideas:
* we sell wine bottles, clients can buy them in the shop. But we wish it like this. We ship them with DHL in boxes of 12 bottles, but the bottles don't must be the same one. User can take bottle A, B, C - till he has 12 - then a box is full, and we can ship it. That means we need always multliple of 12. What can i do that the system / bakery shop understand - something like - client has not fill the box, so he must continue shopping.

* next thing:
each box has deliver / shipping costs. For each country are they different for example:
AUT 0,-
GER 8,-
FR 12,-
etc.

I hope you understand what i mean; perhaps someone has an idea for me.

thx Alessandro

------------------------------

hier in Deutsch;
ich möchte f. unsere WB Webseite den Shop anpassen; wir haben aber spezielle Wünsche somit stoße ich hier aktuell an meine Grenzen; ev. hat jemand ne gute Idee für mich.

Wir verkaufen Weinflaschen, diese möchte ich in den Shop so integrieren; dass man diese beziehen kann. Es ist aber so dass wir diese nur in Kartons à 12 Flaschen versendet; diese 12 müssen aber nicht gleich sein, Hauptsache 12. Sprich man könnte 3 von der Sorte, 5 von dieser und 4 von der anderen ebenso nehmen. Nur wie kann ich dies dem Shop verständlich machen?
Des Weiteren die Versandkosten; diese sind pro Land unterschiedlich, zB Österreich 0,-; Deutschland 8,- pro Karton usw.

Wie kann ich dies definieren; oder zumindest ähnlich halten; würde mich sehr über eine Antwort freuen

lg Alessandro
 
« Last Edit: November 24, 2008, 10:37:09 AM by alessandro » Logged
freeSbee
Moderator
**
Offline Offline

Posts: 729


WWW
« Reply #307 on: November 25, 2008, 10:05:35 PM »

@Brumm
Hi Brumm

No just one more question how kan i use Norwegian letters like æøå?
Use html entities for html strings (but never for email or js strings).
æ = æ
ø = ø
å = å

Regards Christoph
Logged
G4

Offline Offline

Posts: 68



« Reply #308 on: December 01, 2008, 07:32:22 PM »

How can I place breadcrums above the page. On the add.php I found.

Code:
// Layout
$header = $admin->add_slashes('<div class="mod_bakery_main_div_cart_bt_f">
</div>
<div id="assortiment_achtergrond">

<?php show_breadcrumbs(); ?>

<table cellpadding="5" cellspacing="0" border="0" width="98%" bgcolor="#FFF">
<tr>
');
$item_loop = $admin->add_slashes('<td class="mod_bakery_main_td_f" valign="top" align="center">
<a href="[LINK]" alt="[TITLE]">[THUMB]</a>
<br />
<a href="[LINK]"><span class="mod_bakery_main_title_f">[TITLE]</span></a>

The show_breadcrumb doesnt work. Anyone??
Logged
Stefek
WebsiteBaker Org e.V.

Offline Offline

Posts: 4755



« Reply #309 on: December 01, 2008, 07:36:53 PM »

Hello G4.

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

Regards,
Stefek
Logged

"In a time of universal deceit, telling the truth becomes a revolutionary act."
- George Orwell, Nineteen eighty-four (1984)
Boudi
Addon Team

Offline Offline

Posts: 793



WWW
« Reply #310 on: December 05, 2008, 02:57:55 PM »

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
Logged

...:: Bake the Unbakable ::...
freeSbee
Moderator
**
Offline Offline

Posts: 729


WWW
« Reply #311 on: December 07, 2008, 10:30:58 PM »

Hi Boudi

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

Logged
Boudi
Addon Team

Offline Offline

Posts: 793



WWW
« Reply #312 on: December 07, 2008, 10:43:05 PM »

Hi Christoph,

Thnq for picking this up.

My first suggestion would be on the product page.  smiley


Greetz
Boudi
Logged

...:: Bake the Unbakable ::...
freeSbee
Moderator
**
Offline Offline

Posts: 729


WWW
« Reply #313 on: December 09, 2008, 03:34:56 PM »

@Boudi

Try this:
Replace the code (about line 977) in the file view.php
Code:
// 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
Code:
// 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
Logged
G4

Offline Offline

Posts: 68



« Reply #314 on: December 09, 2008, 08:33:53 PM »

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?
Logged
freeSbee
Moderator
**
Offline Offline

Posts: 729


WWW
« Reply #315 on: December 09, 2008, 08:56:03 PM »

Hi G4

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
« Last Edit: December 09, 2008, 09:05:50 PM by freeSbee » Logged
modcar

Offline Offline

Posts: 9


« Reply #316 on: December 21, 2008, 09:31:49 AM »

Any chance of being able to browse the media folder when adding/modifying an item?
Logged
freeSbee
Moderator
**
Offline Offline

Posts: 729


WWW
« Reply #317 on: December 21, 2008, 10:32:17 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
Logged
modcar

Offline Offline

Posts: 9


« Reply #318 on: December 21, 2008, 10:41:03 AM »

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

Offline Offline

Posts: 152


« Reply #319 on: December 29, 2008, 04:35:52 PM »

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

Offline Offline

Posts: 68



« Reply #320 on: December 29, 2008, 10:21:11 PM »

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.
Logged
freeSbee
Moderator
**
Offline Offline

Posts: 729


WWW
« Reply #321 on: December 30, 2008, 08:48:07 PM »

Hi G4

Is it possible too show the items in alfabetic order?

Search the file view.php for the code line
Code:
$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
Code:
$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
Logged
G4

Offline Offline

Posts: 68



« Reply #322 on: December 31, 2008, 10:38:40 AM »

Hi G4

Is it possible too show the items in alfabetic order?

Search the file view.php for the code line
Code:
$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
Code:
$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.
Logged
Rush200

Offline Offline

Posts: 6


« Reply #323 on: January 03, 2009, 09:10:17 PM »

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?
Logged
freeSbee
Moderator
**
Offline Offline

Posts: 729


WWW
« Reply #324 on: January 03, 2009, 09:50:09 PM »


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
Logged
Pages: 1 ... 11 12 [13] 14 15 ... 34   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!