WebsiteBaker Support (2.8.x) > Bakery Shop
Bakery: Small Shop Module (ORIGINAL TOPIC)
mcollins:
Hi Christoph,
Sorry for the delayed response on this, but your reference of WebsiteBaker core file admin/start/template.html. does not exist. I have installed 1.8.
The only thing in admin/start is index.php.
--- Code: ---Inside there is // Insert section names and descriptions
$template->set_var(array(
'PAGES' => $MENU['PAGES'],
'MEDIA' => $MENU['MEDIA'],
'ADDONS' => $MENU['ADDONS'],
'ACCESS' => $MENU['ACCESS'],
'PREFERENCES' => $MENU['PREFERENCES'],
'SETTINGS' => $MENU['SETTINGS'],
'ADMINTOOLS' => $MENU['ADMINTOOLS'],
'HOME_OVERVIEW' => $OVERVIEW['START'],
'PAGES_OVERVIEW' => $OVERVIEW['PAGES'],
'MEDIA_OVERVIEW' => $OVERVIEW['MEDIA'],
'ADDONS_OVERVIEW' => $addons_overview,
'ACCESS_OVERVIEW' => $access_overview,
'PREFERENCES_OVERVIEW' => $OVERVIEW['PREFERENCES'],
'SETTINGS_OVERVIEW' => $OVERVIEW['SETTINGS'],
'ADMINTOOLS_OVERVIEW' => $OVERVIEW['ADMINTOOLS']
)
);
// Parse template object
$template->parse('main', 'main_block', false);
$template->pparse('output', 'page');
--- End code ---
Perhaps I am missing something in your context of step by step description?
freeSbee:
Short cuts to the Bakery backend on the admin home page
(WebsiteBaker v2.8 only, for WebsiteBaker v2.7 see this post)
Feature request
--- Quote from: mcollins on September 08, 2009, 03:21:50 AM ---Or even on the admin home page, a new small button called bakery, and in that section you will find those small settings.
--- End quote ---
And this gives an impression of how it will look like (image at the bottom of the post):
https://forum.WebsiteBaker.org/index.php/topic,7834.msg97354.html#msg97354
Step by step…
If you like to have short cuts to the Bakery backend on the admin home page, make some modifications to the WebsiteBaker core file templates/your_theme/templates/start.htt, where /your_theme/ is the directory of the active backend theme. Select backend themes in the WebsiteBaker backend > "General Settings" > "Default Settings" > "Backend-Theme".
1. Replace in the code below all page_id=XXX by one of your Bakery page ids, eg. page_id=4
--- Code: --- <table cellpadding="0" cellspacing="0" border="0" class="section" style="display: {DISPLAY_ADDONS};">
<tr>
<td class="graphic" align="center" valign="middle" rowspan="2">
<a href="{WB_URL}/admin/pages/modify.php?page_id=7">
<img src="{THEME_URL}/icons/mod_bakery.png" alt="Bakery Shop Tools" />
</a>
</td>
<td class="title">
<a href="{WB_URL}/admin/pages/modify.php?page_id=7">Bakery Shop Tools</a>
</td>
</tr>
<tr>
<td class="description">
<a href="{WB_URL}/modules/bakery/modify_orders.php?page_id=7">Order Admin</a>,
<a href="{WB_URL}/modules/bakery/stock.php?page_id=7">Stock Admin</a><br />
<a href="{WB_URL}/modules/bakery/modify_general_settings.php?page_id=7">General Settings</a>,
<a href="{WB_URL}/modules/bakery/modify_payment_methods.php?page_id=7">Payment Settings</a>
</td>
</tr>
</table>
--- End code ---
2. Locate the html code below at the very bottom of the WebsiteBaker core file templates/your_theme/templates/start.htt.
--- Code: --- </td>
</tr>
</table>
<!-- END main_block -->
--- End code ---
3. Add the code of the complete html table of step #1 right before the code of step #2.
4. Add the attached mod_bakery.png icon to the templates/your_theme/icons/ directory or make a 50x50px png icon yourself.
5. If you need the short cut in other backend themes too, repeat step #1 to #4 for other theme directories.
Regards Christoph
[gelöscht durch Administrator]
freeSbee:
New Version of Bakery:
VERSION 1.4.0 (20/10/2009)
VERSION HISTORY
Bakery 1.4.0 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.4.0.
Christoph
daydreamer:
Firstly thanks for the new version your hard work is much appreciated, I have asked before if anyone can make a payment module for www.cardsave.net they are one the biggest credit card payment companies in the UK so I'm sure it would help towards more people wanting to use Bakery.
I am willing to put a little money into it if it helps
Thankyou
youecho:
hi!
thanks a lot for the new bakery version!
i face 2 problems now:
- if i add article options (like size, color etc) to an article, then the price is set to "0" if i put the article in the shopping cart. if i remove the article options it works fine,,
- if i move the shopping cart button from the header to the footer it doesnt work properly anymore. what is the right way to move items at the page settings page?
best, frans / youecho
ps: check the example i'm working on right now: www.karinruiter.nl/wb/
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version