Bakery: Small Shop Module (ORIGINAL TOPIC)

brent

Thanks,
I took care of the country list and learned how to change product images. Much appreciated if you could make the address in American format.

Thanks,
Brent

freeSbee

#33

Hi brent

Thanks for your feedback and your suggestions! I know the module is based on Europeen circumstances and lacks the US address format... Do you have any suggestions on how to include it without changing the EU address format?

Quote from: brent on December 15, 2007, 03:32:41 PM
In the Add/Modify Product, needs the ability to change the image. Presently you have to delete the whole page and start over to do that.

DON'T delete the whole page!!!
You can delete the image in the "Add/Modify Product" page by checking delete and click the save button. Then recall the same "Add/Modify Product" page where now you will find an upload field for the new image!

Quote from: brent on December 15, 2007, 03:32:41 PM
Is there a way to remove some of the countries off of the list since for me it would be domestic / US customers?

Yes. Please read the section COUNTRIES on the Bakery Website.

Best,
Christoph

brent

This is a wonderful long awaited project. I will be using this for sure!

Some suggestions:

In the Add/Modify Product, needs the ability to change the image. Presently you have to delete the whole page and start over to do that.

The Address in the shopping cart needs a field for State. Currently You can include a City and State on the same line as long as you don't separate by comma.

Order Summary Address in US should be Name, Street, City, State, Zip.

Is there a way to remove some of the countries off of the list since for me it would be domestic / US customers?


I know this takes time, and I certainly appreciate this.

freeSbee


Hello Bakers!

Do you want the WB search to provide a direct link from the search result page to the matching Bakery item?
Furthermore: Do you want the WB search to search the modules in your own special order and to show an excerpt?

Then have a look at this page here:
http://nettest.thekk.de
...and you will find an improved search for WebsiteBaker version 2.6.7.
Please read about installation carefully!

Best,
Christoph


orko3001

Hi, great module. I have been waiting for this module for a while.   :-D

Can anyone advise me on this? How do I calculate international shipping? Because if I send something to my own country UK it will obviously be different if I post it to Australia. Any ideas on how to do this? Or any ideas on what alternatives there are?

Cheers :)

freeSbee

@ daydreamer

Quote from: daydreamer on December 02, 2007, 09:40:13 AM
Do you also know where I can set the image size on the product view.
This is about the same question like...
Quote from: daydreamer on November 29, 2007, 08:02:31 PM
Another Question: Is there a way to set the main product image to a certain size e.g: 300 x 300
that I have already answered in the last post!

Quote from: daydreamer on December 02, 2007, 09:40:13 AM
Also in the page settings for Header Product loop etc where can I change that so If a new bakery page is added the content is the same everytime.
First add all your Bakery pages.
Then go to the page settings of the Bakery page you have already modyfied to your needs.
Befor saving this page settings again check the radio Update settings except of the "Proceed Shopping URL" of ALL shop pages?.

Christoph

daydreamer

#28
Many Thanks Christoph.

Do you also know where I can set the image size on the product view.
Also in the page settings for Header Product loop etc where can I change that so If a new bakery page is added the content is the same everytime.

Thanks

freeSbee

@ daydreamer
Quote from: daydreamer on November 29, 2007, 08:02:31 PM
Another Question: Is there a way to set the main product image to a certain size e.g: 300 x 300
No, Bakery can not do that. Use your image editing software. Most of them feature a batch mode to make the job easier.

Quote from: daydreamer on November 29, 2007, 08:02:31 PM
And make the thumbnail click to enlarge in popup window.
By default Bakery can not do that neither.

But you can do it by coding a little bit yourself.
Add a JS onClick handler and a JS window.open to the thumbnail <a> tag in the Bakery page settings -> layout section. Set the URL parameter to [IMAGE].
Finaly you have to modify the view.php file on about line 599 ( // Replace vars with values).
Befor line 599 add the code:
if(file_exists(WB_PATH.MEDIA_DIRECTORY.'/bakery/image'.$item['item_id'].'.'.$ext)) {
   $image = THUMB_PREPEND.WB_URL.MEDIA_DIRECTORY.'/bakery/image'.$item['item_id'].'.'.$ext.THUMB_APPEND;
}

After line 599 add a new var [IMAGE] into the array $vars and let it be replace by the value of $image.

Christoph

daydreamer

Thanks for that.

Another Question: Is there a way to set the main product image to a certain size e.g: 300 x 300
And make the thumbnail click to enlarge in popup window.

Thanks

freeSbee

#25

@Rick
Quote from: rickieleejones2000 on November 28, 2007, 07:22:36 PM

  • Associate VAT to the single products...
  • Within a checkout process (Let's say I am in step 3) I'd like to go back to step 1 -> Idea, implement the 1,2,3 steps/numbers as links...
  • Sequence number as "Bestellnummer": This is a small issue. It just gives an idea to customers how well your sales are going (If in 6 months the number changes from 1 to 4 that might not be that great) -> Idea, keep the number you have for internal purposes (customer will not see it). Then add a new one = timestamp for example for the customers bestellnummer...
  • In my case the e-shop is "for members only". I therefore know who is logged in and there is no need to fill in a shipping address, etc... (I already asked this question some month ago and you told me what files need to be changed). I know this is asking too much but what would be amazing is if it would be possible to associate a shipping address to a WB user. Then when checking out the logged-in user would jump directly to step 2 showing the adress (that the user can still modify if he'd like)...

Hi Rick

Thanks for your feedback and this elaborated list! The ideas are good but I dont know if I will have the time to consider them...
No doubt, the list of wishes is without limits... Due to this fact most common e-commerce solutions are huge. Bakery is a small shop, and as you said yourself...
Quote from: rickieleejones2000 on November 28, 2007, 07:22:36 PM
One of the main thing of WB is its simplicity :)
Quote from: rickieleejones2000 on November 28, 2007, 07:22:36 PM
  • Make the "Vorauszahlung" option configurable. In my case, I do bill my customers (the bill is sent together with the products) -> Idea, make the text you display in checkout step 3 configurable...

At least you can modify this in the bakery/languages/DE.php (or EN.php) file on about line 178. Look for the vars:
$MOD_BAKERY['TXT_ADVANCE_PAYMENT'], $MOD_BAKERY['TXT_AP_CONFIRMATION'], ...



@Luckyluke

Hi
For every item you can set a different item option (eg. colour) and unlimited option attributes (eg. red, green, blue...).
Read more about on the Bakery Website.



@daydreamer

Hi
You can use a snippet called Anyitems by Jan (Seagull) to show products of a specified section on another page.

But if you want to show the last 5 products you have to do some coding. Anyitems is a good file to start from...

PLEASE NOTE: 

  • Bakery v0.6.1 requires Anyitems v0.1
  • Bakery v0.7 requires Anyitems v0.2




DOWNLOAD
Download from the Bakery Website.


daydreamer

Hi I want to use this for a few products. Is there any way I could include the last 5 added products to display on another page e.g: Home Page

Thanks

Luckyluke

Hi,

I didn't use or test this module but is there a possibility to choose between a size (for t-shirts like XS, S, M, L, XL) and/or a color?
Sorry if this is a stupid question  :|

Grtz,
Luckyluke

rickieleejones2000

Christophe

Thx, it works now!

I think it is an excellent piece of software. If you have a "list of wishes" I'd like to add mine:


  • Associate VAT to the single products...
  • Within a checkout process (Let's say I am in step 3) I'd like to go back to step 1 -> Idea, implement the 1,2,3 steps/numbers as links...
  • Make the "Vorauszahlung" option configurable. In my case, I do bill my customers (the bill is sent together with the products) -> Idea, make the text you display in checkout step 3 configurable...
  • Sequence number as "Bestellnummer": This is a small issue. It just gives an idea to customers how well your sales are going (If in 6 months the number changes from 1 to 4 that might not be that great) -> Idea, keep the number you have for internal purposes (customer will not see it). Then add a new one = timestamp for example for the customers bestellnummer...
  • In my case the e-shop is "for members only". I therefore know who is logged in and there is no need to fill in a shipping address, etc... (I already asked this question some month ago and you told me what files need to be changed). I know this is asking too much but what would be amazing is if it would be possible to associate a shipping address to a WB user. Then when checking out the logged-in user would jump directly to step 2 showing the adress (that the user can still modify if he'd like)...

P.S: Well, I do also understand that adding more and more features might increase complexity for you as programmer but also for the administrators... One of the main thing of WB is its simplicity :)

Thx & cheers,
Rick

freeSbee

#21

Hi Rick

Quote from: rickieleejones2000 on November 28, 2007, 05:25:09 PM
1) When I click "In den Warenkorb/Order" I get a "Not Found" error -> "The requested URL /b2b/pages.php was not found on this server"... However the shop URL looks like ".../b2b/pages/de/e-shop.php" (P.S: I have a multilingual site)

Make sure the "Proceed Shopping URL" in the page settings points to a Bakery page or at least a page containing a Bakery section otherwise Bakery will not work!
Read more about on the Bakery Website.

Thanks for testing and your remark about VAT.

Best,
Christoph

rickieleejones2000

Hallo

Just installed the version 0.7 (for the first time)...

I have 2 remarks/problems:

1) When I click "In den Warenkorb/Order" I get a "Not Found" error -> "The requested URL /b2b/pages.php was not found on this server"... However the shop URL looks like ".../b2b/pages/de/e-shop.php" (P.S: I have a multilingual site)

2) For the future I would consider associating the VAT tax field to the products as each product can have a different VAT tax rate...

Thx & congratulations!
Rick

freeSbee

#19

Hi MacSmet

Quote from: macsmet on November 28, 2007, 12:39:25 PM
Parse error: syntax error, unexpected '"', expecting ',' or ';' in /modules/bakery/view_summary.php on line 170

Thanks for testing and reporting the bug.
It was a typo on line 170 that caused the parsing error. I fixed it and you can replace the old view_summary.php by the new one (download it from my post above).

Best,
Christoph

macsmet

Hi,

It's getting better and better!

However I got an error on the summary page:
Parse error: syntax error, unexpected '"', expecting ',' or ';' in /modules/bakery/view_summary.php on line 170

greetings,

MacSmet

freeSbee

#17

New Version of Bakery:

VERSION 0.7 (11/28/2007)


  • Settings are now separated into general settings and page settings
    General settings are shop settings which apply to all Bakery pages and can not differ from page to page. Page settings apply to one Bakery page only.
  • Payment method (pay in advance / paypal) can now be selected
  • Email to shop is not sent as bcc: any more but as a second email
  • Changed the default value for item quantity to 1
  • Now deletes the WB_PATH.MEDIA_DIRECTORY./bakery directory when Bakery gets uninstalled

Christoph


DOWNLOAD REMOVED
Please download the latest version from the Bakery Website.


freeSbee

@Jan
Quote from: seagull on November 17, 2007, 07:43:21 PM
I have made a snippet based on bakery and anynews.

Hi Jan
This is a very nice snippet that enhances the features of Bakery.
I tested it today and so far everything worked well.
Thank you for the great work!

Christoph


@treasurer
Quote from: treasurer on November 21, 2007, 09:57:51 AM
How do you change the files to use other than paypal? I want to use paymate.

Open the view_pay.php file and edit the vars on line 110 to 139.
PayPal is using the POST method, for Paymate - as far as I've seen - you have to change it to GET.

Edit the text about PayPal in the language file and look for the vars starting with $MOD_BAKERY['TXT_PP_...


treasurer

How do you change the files to use other than paypal? I want to use paymate.

seagull

Christoph,

I have made a snippet based on bakery and anynews.
I am not a php guru thus it is proberly not perfect, but it works.

In a code page:

display_any_items(section_id, items_per_page, number_of_coloms);

where:
section_id = the section id of your shop page section
items_per_page = number of items to display
number_of_coloms = number of coloms to display ( 1 = vertical and > 1 = horizontal)

e.g.:  display_any_items(67, 3, 3);

in your template:

<?php display_any_items(67,3,3); ?>


zip and readme attached

Jan

[gelöscht durch Administrator]

freeSbee

Quote from: seagull on November 17, 2007, 07:06:33 AM
When you 'click' on a item the detail page shows but also all the sections of my homepage.
Is it possible when you 'click' a item only the product detailpage shows and not (in my case) the other sections of my homepage?

No, unfortunately I don't see a chance to do that.
You have to go for the second suggestion:

Quote from: freeSbee on November 16, 2007, 08:13:11 PM
You can publish Bakery products on your homepage using a WYSIWYG editor. Then you have to make a Bakery page and link to the product detail page manually.

Christoph

seagull

Christoph,

Quote1.
You can make a Bakery section on your homepage. Bakery will generate a product detail page for you and - of course - will link to it as well.

I understand that.
When you 'click' on a item the detail page shows but also all the sections of my homepage.
Is it possible when you 'click' a item only the product detailpage shows and not (in my case) the other sections of my homepage?

Jan

freeSbee

#11
Quote from: freeSbee on November 15, 2007, 03:45:53 PM
As soon as the upgrade script will work I will post Bakery v0.6.1

Ok, here we go...
Bakery v0.6.1 now includes a upgrade script that lets you upgrade from older Bakery versions.
Download it from the link at the bottom of this post (you must be logged in!).

Christoph


DOWNLOAD REMOVED
Please download the latest version from the Bakery Website.

freeSbee

Quote from: seagull on November 16, 2007, 07:29:47 AM
Is it possible to display f.i. 3 items on the home page and then when 'clicked' the item is dispayed on a new page.

Hi Jan

I'm not sure about your question...

1.
You can make a Bakery section on your homepage. Bakery will generate a product detail page for you and - of course - will link to it as well.

2.
And an other way: You can publish Bakery products on your homepage using a WYSIWYG editor. Then you have to make a Bakery page and link to the product detail page manually.

Hope this will help!

Christoph