Bakery: Small Shop Module (ORIGINAL TOPIC)

infinex

Quote from: snark on July 04, 2009, 11:46:39 AM
Quote from: freeSbee on July 03, 2009, 09:04:01 AM
Furthermore you could change the database field "price" from 'DECIMAL(9,2)' to 'VARCHAR(10)'. This way a blank field will not be converted to 0. But actually in your case this is not really needed.

wrong... this was exactly what I needed and I could have thought of that myself... thanks



Now i changed the DECIMAL 9,2 in VARCHAR 10 but have another problem. I get:

This recipient does not accept payments denominated in WS_Error_XClick_Pref_Foreign_Currency. Please contact the seller and ask him to update his payment receiving preferences to accept this currency.

infinex

Quote from: snark on July 04, 2009, 11:46:39 AM
Quote from: freeSbee on July 03, 2009, 09:04:01 AM
Furthermore you could change the database field "price" from 'DECIMAL(9,2)' to 'VARCHAR(10)'. This way a blank field will not be converted to 0. But actually in your case this is not really needed.

wrong... this was exactly what I needed and I could have thought of that myself... thanks



Thanks,

snark

Quote from: freeSbee on June 29, 2009, 08:16:30 PM

@snark
Hi snark

You can use the WB "Browse Media" section to browse, add, overwrite or delete any Bakery thumbs and images. The thumbs and images of eg. item_id 1 are located at
/media/bakery/thumbs/item1/
/media/bakery/images/item1/

Make sure a thumb and a corresponding image have the same file name. Thumbs must have the extension .jpg.


did it in a better way...

somewhere around line 1127 I changed:
$thumb_append = "' alt='".$img_title."' title='".$img_title." ' class='mod_bakery_item_thumb_f' /></a>"; to:
$thumb_append = "' alt='".$img_title."' title='".$img_title."' width='".$thumbwidth."' class='mod_bakery_item_thumb_f' /></a>";

( and added $thumbwidth=100; somewhere)


now all the [THUMBS] on the detail pages hav a width of 100 px while the thumb on the mainpage still is the original thumbsize


maybe this option to have different thumbsizes for summery and detailpage  could be added to the page settings in a future release



snark

Quote from: freeSbee on July 03, 2009, 09:04:01 AM
Furthermore you could change the database field "price" from 'DECIMAL(9,2)' to 'VARCHAR(10)'. This way a blank field will not be converted to 0. But actually in your case this is not really needed.

wrong... this was exactly what I needed and I could have thought of that myself... thanks


infinex

Hello,

I hope i am good in this topic.
I already serched on the forum to a problem i have, but cannot find it.

When i want to make a payment in Bakery with Paypal, paypal say:
This recipient does not accept payments denominated in WS_Error_XClick_Pref_Foreign_Currency. Please contact the seller and ask him to update his payment receiving preferences to accept this currency.


Is there anyone whoe knows what i am doing wrong?

Marcel.

freeSbee

#454
Quote from: masarin on July 03, 2009, 01:27:05 PM
How can I make a multi lamguage Bakery shop?

Hi Masarin
Bakery does not support multilingual websites by default.




But this might give you an idea of how you can work around.

1. Make different Bakery pages for every language by selecting different languages for every page.

2. Translate the email templates to the required languages. Make a multilingual email containing all localisations divided in different sections -  each section holding one translation. Save them in the Bakery > Payment Methods > Email Settings.




There is another approach described in this post:
https://forum.websitebaker.org/index.php/topic,7834.msg66610.html#msg66610




Regards Christoph

masarin

How can I make a multi lamguage Bakery shop?

freeSbee

#452
@snark
Quote from: snark on July 02, 2009, 10:57:50 PM
I have some stuff I cannot give a price, people have to get in touch to hear the price... when I put no price in the pricefield it automatically makes it 0,00...
I wondered if there is a chance to change this default value to 'Ask me' or 'mail for the price' or something like that

  • Make a new category: http://www.bakery-shop.ch/#categories
  • Modify the templates of this new page to fit your needs. That is to say delete the pricing and the "Add to cart" button and add a mailto link "Mail for the price"
  • Furthermore you could change the database field "price" from 'DECIMAL(9,2)' to 'VARCHAR(10)'. This way a blank field will not be converted to 0. But actually in your case this is not really needed.

Regards Christoph

snark

Quote
'Ask for price' in the frontend? A kind of textfield to let customers enter a price?
If so alter the HTML of the templates.

Regards Christoph


no... I have some stuff I cannot give a price, people have to get in touch to hear the price... when I put no price in the pricefield it automatically makes it 0,00...

I wondered if there is a chance to change this default value to 'Ask me' or 'mail for the price' or something like that


freeSbee

#450

@lleighh2
Quote from: lleighh2 on July 01, 2009, 10:25:33 PM
Not sure why, but my shop is not adding in the shipping costs. It displays in the cart but doesn't get added toward the total. I added in the rate in the stock admin page. Is that the right place?
I also tried adding in a fee for gift wrapping. That didn't even show up in the cart. Which file should I edit?
1. http://www.bakery-shop.ch/#free_shipping => Right now you have free shipping 'on'!
2. http://www.bakery-shop.ch/#shipping_total
3. http://www.bakery-shop.ch/#shipping

@snark
Quote from: snark on July 02, 2009, 08:05:49 AM
if you leave open the pricefield it now displays '0,00'
is it possible to get 'ask for price' if you do not fill in the price
'Ask for price' in the frontend? A kind of textfield to let customers enter a price?
If so alter the HTML of the templates.

Regards Christoph

snark

is there a way to to the following:

if you leave open the pricefield it now displays '0,00'


is it possible to get 'ask for price' if you do not fill in the price

lleighh2

Not sure why, but my shop is not adding in the shipping costs. It displays in the cart but doesn't get added toward the total. I added in the rate in the stock admin page. Is that the right place?

I also tried adding in a fee for gift wrapping. That didn't even show up in the cart. Which file should I edit?

http://thehappymagpie.com/pages/shoppingtest.php

freeSbee

Hi Luc

Quote from: Luckyluke on June 29, 2009, 10:25:01 PM
But where can I put the bank account number? In previous versions, it was in the page settings. Now, it's gone.
Bakery Page > Payment Methods > Modify Payment Method (select) Invoice > Invoice Settings: Shop Bank Account:

Regards Christoph

Luckyluke

Quote from: freeSbee on June 29, 2009, 08:16:30 PM

Use [BANK_ACCOUNT] in the email and the invoice templates.
For further information see the help page at "page settings" > "help" and "payment methods settings" > "help" that provides a list of keys to all variables used in the Bakery HTML and email templates.
http://www.bakery-shop.ch/#templates


Hi,
I know about this [BANK_ACCOUNT] settings in the email and invoice templates.
But where can I put the bank account number? In previous versions, it was in the page settings. Now, it's gone.
Luc

freeSbee

@Luckyluke
Hi Luckyluke

Use [BANK_ACCOUNT] in the email and the invoice templates.
For further information see the help page at "page settings" > "help" and "payment methods settings" > "help" that provides a list of keys to all variables used in the Bakery HTML and email templates.
http://www.bakery-shop.ch/#templates




@snark
Hi snark

You can use the WB "Browse Media" section to browse, add, overwrite or delete any Bakery thumbs and images. The thumbs and images of eg. item_id 1 are located at
/media/bakery/thumbs/item1/
/media/bakery/images/item1/

Make sure a thumb and a corresponding image have the same file name. Thumbs must have the extension .jpg.

Regards Christoph


snark

is it possible to display the [thumb] in another size than  [thumbs]

I would like the [thumb] rather big, lets say 200px and the [thumbs] quite small, otherwise they take up too much space in the detailpage, lets say 100px


Luckyluke

Hi,

Maybe I make some errors, but in the CSS is an item [BANK_ACCOUNT]. But where can I put this value?

Grtz,
Luc

freeSbee


New Version of Bakery:

VERSION 1.3.4 (06/29/2009)


VERSION HISTORY
Bakery 1.3.4 version history

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

DOWNLOAD
Download from the Bakery Website.

PLEASE NOTE
Please read the upgrade notes when upgrading to version 1.3 or later.


Christoph


toggle

Great Module.
I have just one small issue.

I have a customer who sells T shirts for his club.

Customers can't order more than 1 item with multiple attributes. EG: they cant order 1 T shirt in size small then order the exact same T shirt in size large. Only the first one orderd is displayed. Is it possible to change this somewhere.

Many thanks in advance.


SlaY3R

Hi FreeSbee,

Found another problem:

When i change the Input type from submit to image it wont work in IE (firefox etc its working) Its redirect me to the root of the webshop.

working:
<input type="submit" name="cart" class="mod_bakery_bt_add_f" value="[ADD_TO_CART]" />

Not working in IE:
<input type="IMAGE" name="cart" class="mod_bakery_bt_add_f"  value="[ADD_TO_CART]" src="http://dummyurl/media/webshop/addchart.png"/>

Do you know why?




freeSbee


SlaY3R

Hi FreeSbee,

I tested on a webhosting. But i think the problem was .htaccess (password protected) so the redirection didn't work?

Also the latest 2 tests where working normal.

Btw nice work mate!

Greets,

SlaYeR

freeSbee

Hi SlaY3R

Quote from: SlaY3R on June 25, 2009, 10:48:25 AM
When i pay with Mollie payment system. I receave (when the mony is tranfered to mollie) that the order is aborded.
So my order is lost and the costumer already payed for it.
Could you check if there is any problem with the postback action?
I guess your are testing on a local server, aren't you? This will not work out with payment gateways since they have to redirect customers back to your domain upon payment completion. And of course they cannot find an URL like http://localhost/pages/shop.php
Please try again on a webbased system and let me know about it.

Regards Christoph

SlaY3R

#435
Hi FreeSbee,

When i pay with Mollie payment system. I receave (when the mony is tranfered to mollie) that the order is aborded.

So my order is lost and the costumer already payed for it.
Could you check if there is any problem with the postback action?

Some actions i did:
1 (firefox) ordered 1 product from 0,50 euro without any shipping kost or btw (can't get further on the bank selection page) (giving me a error thats its not posible to enter the ideal)

2 (firefox) Ordered 1 product from 1,00 euro + 1,00 euro shipping kost with 6%btw (total 2,00); returns : order is aborded.

3 (firefox) Ordered 1 product from 3,00 euro + 2,00 euro shipping kost with 6%btw (total 5,00); returns : order is aborded.

4 (firefox) Cleared table bakery_order and bakery_customer + ordered 1 product from 1,00 euro + 1,00 euro shipping kost (total 2,00); returns : Payment status or payment method not defined.

5 (google chrome) transaction successfull

6 Tested on a other system. (Chrome) and it worked successfull

PS. u use Bakery 1.32

Greets,

SlaY3R