WebsiteBaker Support (2.8.x) > Bakery Shop
Bakery: Small Shop Module (ORIGINAL TOPIC)
freeSbee:
New Version of Bakery:
VERSION 1.1 alpha (05/27/2009)
VERSION HISTORY
* Changed handling of payment methods to make it easier adding new payment methods/payment gateways
* Added 2 new payment gateways: mollie (iDEAL) and payment-network (sofortueberweisung. de)
* Added option to skip the checkout page
* Added feature to set the separator for the decimal and group of thousands
* Separated email to customer and email to shop
* Bugfix: When modifying the item options they were duplicated accidentally (reported by chio)
* Added feature to set the item price equal to the item attribute price by using the equals sign
* Added option to hide general settings, page settings, payment method settings and css settings from shop merchant (all others than id 1)
* Added option to allow to order out of stock items OR in stock items only
* Added placeholders [SHIPPING_ABROAD] and [SHIPPING_DOMESTIC] for use in the main page and item html templates
* Bugfix: Replaced hardcoded page extension '.php' by wb constant PAGE_EXTENSION (reported by chio)
* Added support for Google Analytics to track visitors progress through a funnel* (thanks to thorn and stefek)
* Added item delete button to the Bakery cart (requires javascript)
* Deleted hardcoded image size of "step 1-2-3" images to ease use of customized images
* Now uses htmlspecialchars() to output item date to prevent problems with quotes (reported by instantflorian)
* Changed the sequence of the table sort so that latest orders are on top
* Bugfix: Does not add TIMEZONE to the order timestamp any more
* Removed code that added css and js to the html body if register_frontend_m odfiles() did not exist
DOWNLOAD
Download the attached zip file from the bottom of this post.
PLEASE NOTE
* Bakery v1.1 is alpha. Do not use with productive shops.
* Please give feedback in this thread.
* Bakery 1.1 provides new features and new settings (see version history above). Before testing please check, modify and complete your general settings and the payment methode settings.
* If you keep your existing stylesheet frontend.css make sure you copy&paste the new style definitions used by version 1.1 (css classes: .mod_bakery_cart_td _quantity_f, .mod_bakery_cart_td _quantity_f a img, .mod_bakery_bt_pay_ mollie_f and .mod_bakery_bt_pay_ payment-network_f)
* Short tutorial: Add support for Google Analytics
1. Make two modifications to your template is the first step in how to make the tracking work.
Add global var to the template
Locate the code below at the top of your template. The code might look different but make sure it contains:
!defined('WB_URL')
--- Code: ---if(!defined('WB_URL')) {
header('Location: ../index.php');
exit(0);
}
--- End code ---
and add the next 2 lines right after it:
--- Code: ---global $ga_page;
$ga_page = '';
--- End code ---
2. Modify your Google Analytics tracking code
Replace the line below:
--- Code: ---pageTracker._trackPageview();
--- End code ---
by this line:
--- Code: ---pageTracker._trackPageview(<?php if($ga_page) echo '"'.$ga_page.'"'; ?>);
--- End code ---
3. Set up goals and funnals at your Google Analytics account
Check pageTracker._trackP ageview(); function in the source code of your Bakery page to see what it is feeding to Google Analytics.
Use these values to set up your conversion goals and funnals.
DOWNLOAD REMOVED
Please download the latest version from the Bakery Website.
Christoph
SlaY3R:
i'm Started debugging your 1.1 version:)
Greets,
SlaY3R
freeSbee:
New Version of Bakery:
VERSION 1.1.1 alpha (05/29/2009)
VERSION HISTORY
* Bugfix: Added missing var that stopped checkout procedure of advance and invoice payment if direct checkout has been activated (reported by iradj)
DOWNLOAD
Download the attached zip file from the bottom of this post.
PLEASE NOTE
* Bakery v1.1.1 is alpha. Do not use with productive shops.
* Please give feedback in this thread.
* https://forum.WebsiteBaker.org/index.php/topic,7834.msg86026.html#msg86026
* Short tutorial: Add support for Google Analytics
https://forum.WebsiteBaker.org/index.php/topic,7834.msg86026.html#msg86026
DOWNLOAD REMOVED
Please download the latest version from the Bakery Website.
Christoph
SlaY3R:
Found a bug:
when one costumer adds someting to there busket and a other costumor adds something to. the busket of costumer 1 is deleted.
Maby you can add somekind of unique id per session?
freeSbee:
Hi SlaY3R
--- Quote from: SlaY3R on May 30, 2009, 10:44:12 AM ---Found a bug:
when one costumer adds someting to there busket and a other costumor adds something to. the busket of costumer 1 is deleted.
--- End quote ---
How did you check this? Please give some more details about your test environment / conditions.
Did you use different computers?
If you used one computer only, did you use different browsers?
If you used different browsers, have you been logged in as the same user?
Regards Christoph
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version