WebsiteBaker Support (2.8.x) > Bakery Shop
Bakery: Small Shop Module (ORIGINAL TOPIC)
freeSbee:
Hi Masarin
--- Quote from: masarin on July 09, 2009, 09:42:47 PM ---Would it be difficult to make Bakery use these default email templates depending on witch language you chose for each Bakery Page? Then it would be easy to set up multilingual shops.
--- End quote ---
No, I don't think it would be difficult if you do it without the feature to edit the email templates in the Bakery backend.
Regards Christoph
masarin:
--- Quote from: freeSbee on July 09, 2009, 09:53:34 PM ---Hi Masarin
--- Quote from: masarin on July 09, 2009, 09:42:47 PM ---Would it be difficult to make Bakery use these default email templates depending on witch language you chose for each Bakery Page? Then it would be easy to set up multilingual shops.
--- End quote ---
No, I don't think it would be difficult if you do it without the feature to edit the email templates in the Bakery backend.
Regards Christoph
--- End quote ---
Yes! Tell me how to do this. I can do without the bakery backend edit feature.
freeSbee:
New Version of Bakery:
VERSION 1.3.6 (07/13/2009)
VERSION HISTORY
Bakery 1.3.6 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
Ben Meijer:
Hi super bakers,
I love this module! It looks very professional. Im playing around with it, trying to get this to work for my desires as well. I'm not a PHP guru.
Request:
I noticed that the AnyItems, LastItems, Item Slide v0.2.0.7 , SimplePageHead v0.4GoogleSitemap v1.5 can all be installed by just installing the Mod, which is great, but still, for a non-PHP person, this requires quite some tinkering with the files. Is it not possible to integrate these options and have them as options you can just select (on/off).
Selling E-books? anybody?
I want to use bakery for selling video files & e-books which I want to have people see online. Has anybody already created such a construction?
This leads me to look into constructions where succesfull sale leads to an email coming with login details to a unique download page or a page where the videos are shown per video/item sold.
I noticed that I did not see anybody has created a log Ip snippet for matching secure logg-in (email) to a pc.
I found some code already for logging IP:
function getRealIpAddr()
{
if (!empty($_SERVER['HTTP_CLIENT_IP'])) //check ip from share internet
{
$ip=$_SERVER['HTTP_CLIENT_IP'];
}
elseif (!empty($_SERVER['HTTP_X_FORWARDED_FO R'])) //to check ip is pass from proxy
{
$ip=$_SERVER['HTTP_X_FORWARDED_FO R'];
}
else
{
$ip=$_SERVER['REMOTE_ADDR'];
}
return $ip;
}
I plan to do more tinckering soon.
Kind regards,
Ben
lleighh2:
How do I add a textarea to the form on the cart summary page? I'd like customers to be able to send additional comments or requests (like about gift wrapping, etc) with their order.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version