Bakery: Small Shop Module (ORIGINAL TOPIC)

mylesk42

Hi,
I'd like to know if the Bakery module accepts products for download.
I didn't find any answers for this.

Regards

Myles

idamay

Hello,

I'd like to get rid of some required fields.  Where can I find settings for this?  Thank you!

ghost06

Quote from: freeSbee on September 30, 2009, 10:18:01 AM
@ghost06

It is always best to use the WB backend to install or upgrade any modules.
http://help.websitebaker.org/pages/en/basic-docu/working-with-wb/add-ons/modules.php

If you uploaded the Bakery files by FTP, login to your WB installation, go to the tab "Add-ons" and click on the "Advanced"-link on the upper right of the page (WB ≥ 2.8 only).

Use "Admin Settings" (Update database with information from Add-on files (e.g. after FTP upload).) to update your data base.

Regards Christoph


I do not see where I can update the data base. :?
in admin-tools i have:

    * Backup
      This module allows you to backup your database.
    * Captcha and Advanced-Spam-Protection (ASP) Control
      Admin-Tool to control CAPTCHA and ASP
    * Droplets
      This tool allows you to manage your local Droplets.
    * Frontend Output Filter
      This module allows to filter the output before displaying it on the frontend. Support for filtering mailto links and mail addresses in strings.
    * Javascript Admin
      This module adds Javascript functionality to the WebsiteBaker Admin to improve some of the UI interactions. Uses the YahooUI library.
    * Page Cloner
      This addon allows you to clone a page to a new page with all sections.



freeSbee

@ghost06

It is always best to use the WB backend to install or upgrade any modules.
http://help.websitebaker.org/pages/en/basic-docu/working-with-wb/add-ons/modules.php

If you uploaded the Bakery files by FTP, login to your WB installation, go to the tab "Add-ons" and click on the "Advanced"-link on the upper right of the page (WB ≥ 2.8 only).

Use "Admin Settings" (Update database with information from Add-on files (e.g. after FTP upload).) to update your data base.

Regards Christoph

ghost06

Quote from: freeSbee on September 30, 2009, 09:45:15 AM
Hi ghost06

Quote from: ghost06 on September 29, 2009, 09:45:46 PM
can i upgrade from version 0,94 to 1,36?

Please read the important upgrade notes:
http://www.bakery-shop.ch/#upgrade_notes

If anything went wrong please provide more information on:

  • WB version
  • What did you do manually (FTP, WB backend etc)?
  • Before upgrading deactivate JS in your Browser to make sure you can copy the success/error page shown in your browser after the upgrade is completed.
  • Check your upgraded Bakery version in the info.php file.

Regards Christoph


hello Christoph, in the first place thanks for your answer and excuse me if I have disturbed, but are deprived of hope :cry:

I have read http://www.bakery-shop.ch/#upgrade_notes , but not there are successful, I have followed the passages, but nothing

my WB version is 2.8
What did you do manually (FTP, WB backend etc)?
FTP

even if I do not speak well l' English, I have tried translate the topic, but I do not succeed to understand which are the steps to follow in order to make the upgrade...

I am much pleasing one to you if he explains to me

sorry for my English :-)

freeSbee

Hi ghost06

Quote from: ghost06 on September 29, 2009, 09:45:46 PM
can i upgrade from version 0,94 to 1,36?

Please read the important upgrade notes:
http://www.bakery-shop.ch/#upgrade_notes

If anything went wrong please provide more information on:

  • WB version
  • What did you do manually (FTP, WB backend etc)?
  • Before upgrading deactivate JS in your Browser to make sure you can copy the success/error page shown in your browser after the upgrade is completed.
  • Check your upgraded Bakery version in the info.php file.

Regards Christoph

ghost06

hello to all, can i upgrade from version 0,94 to 1,36?

please can you explain me the procedure step to step?
I have tried this
https://forum.websitebaker.org/index.php/topic,7834.msg87915.html#msg87915
but but it does not work :cry: :cry:

thanks

freeSbee

#527

Short cuts to the Bakery backend on the admin home page
(WebsiteBaker v2.7 only, for WebsiteBaker v2.8 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.
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 admin/start/template.html.

1. Replace in the code below all page_id=XXX by one of your Bakery page ids, eg. page_id=4
       <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=XXX">
                   <img src="{ADMIN_URL}/images/icons/mod_bakery.png" border="0" />
               </a>
           </td>
           <td class="title">
               <a href="{WB_URL}/admin/pages/modify.php?page_id=XXX">Bakery Shop Tools</a>
           </td>
       </tr>
       <tr>
           <td class="description">
               <a href="{WB_URL}/modules/bakery/modify_orders.php?page_id=XXX">Order Admin</a>,
               <a href="{WB_URL}/modules/bakery/stock.php?page_id=XXX">Stock Admin</a><br />
               <a href="{WB_URL}/modules/bakery/modify_general_settings.php?page_id=XXX">General Settings</a>,
               <a href="{WB_URL}/modules/bakery/modify_payment_methods.php?page_id=XXX">Payment Settings</a>
           </td>
       </tr>
       </table>


2. Locate the html code below at the very bottom of the WebsiteBaker core file admin/start/template.html.
   </td>
</tr>
</table>

<!-- END main_block -->


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 admin/images/icons/ directory or make a 50x50px png icon yourself.


Regards Christoph

[gelöscht durch Administrator]

daydreamer

Could anyone intergrate this payment method please www.cardsave.net

Thanks

daydreamer

Hi just wondered if anyone has intergrated Streamline as a payment option?
If not how would I go about doing this?

http://www.streamline.com/index.php

freeSbee

#524
Hi mitmystery,
hi mongbatstar

Quote from: mitmystery on September 01, 2009, 04:28:35 PM
Essentially we sell products that require different shipping charges depending on the amount ordered. e.g. order eight and the shiiping price is per product. However order more than eight and price is per pallet so to speak. I have no idea how to set this up using the bakery module.
By default Bakery can not do it. Modify the php code of the view_summary.php file to fit your needs.

Regards Christoph

freeSbee

Hi ghost06

Quote from: ghost06 on September 09, 2009, 03:35:16 AM
I do not succeed to set up the tax on the products,
I have tried all the ways, but in the total I do not see the sum of the cost of product + 20% of taxes!

1. Taxes are shown at the summary page only (after customers have entered their address data).
2. Set "General Settings" > "Payment Settings" > "Tax" to "Shop Country"

Thanks a lot for translating Bakery!

Regards Christoph

mongbatstar

Sorry for my first post to be a nagging one and then to pull a post from another thread but I am in a situation similiar to the one described here;
https://forum.websitebaker.org/index.php/topic,15099.0.html

Is there a straightforward way around this or am I able to edit the module to suit this requirement?

Thanks for your time.

ghost06

Quote from: freeSbee on September 09, 2009, 09:09:53 AM
Hi ghost06

Quote from: ghost06 on September 09, 2009, 03:35:16 AM
I have tried all the ways, but in the total I do not see the sum of the cost of product + 20% of taxes!
Tell us what exactly you have done!
Especially what settings (general settings and item settings) concerning taxes did you set?

Regards Christoph

hello freeSbee, thanks for the answer,
I do not speak very well English, I put you the images of the configurations...

ps. soon I will give to you also the translation in Italian when l' I will have ended! :wink:

[gelöscht durch Administrator]

freeSbee

Hi ghost06

Quote from: ghost06 on September 09, 2009, 03:35:16 AM
I have tried all the ways, but in the total I do not see the sum of the cost of product + 20% of taxes!
Tell us what exactly you have done!
Especially what settings (general settings and item settings) concerning taxes did you set?

Regards Christoph

ghost06

hello to all,
someone can help me?
I do not succeed to set up the tax on the products,

I have tried all the ways, but in the total I do not see the sum of the cost of product + 20% of taxes!

how I must make?

:cry: :cry:

mcollins

So Christoph.... this can be done, but not by you? Possible a small colaboration with you and the WB Scripters could achiev such a thing to make something so fantastic even better? How hard would this be? Is this something that anyone could do? What kind of thread would I need to make in another section to get the right people on to it?

freeSbee

#517
Hi mcollins

Quote from: mcollins on September 08, 2009, 03:21:50 AM
So can this be done: Something nice would be to have ( order admin, stock admin, general settings & payment settings) in the Admin-Tools area. Or even on the admin home page, a new small button called bakery, and in that section you will find those small settings.
Nice suggestion - but technically not feasible. This would concern WB core files and no Bakery files.

Edit: Here you will find a short tut on how to achieve it: https://forum.websitebaker.org/index.php/topic,7834.msg98277.html#msg98277

Regards Christoph

mcollins

Fantastic Christoph... the webadmin worked a treat... Thank you very much. I was pulling my hair out at the fasct that the FTP and evencpanel file manager couldn't do what I needed.

Now, please may I ask again...

Quote from: mcollins on September 08, 2009, 03:21:50 AM
So can this be done: Something nice would be to have ( order admin, stock admin, general settings & payment settings) in the Admin-Tools area. Or even on the admin home page, a new small button called bakery, and in that section you will find those small settings.


I hope you enjoyed my artistic impression of what I would love to see. I think something so simple can compliment this software in its true simplistic form. This is why I am growing to love Bakery and WebsiteBaker...
Combined together make for true harmony.

freeSbee

Hi Mcollins

Quote from: mcollins on September 08, 2009, 06:21:28 AM
In the print invoice, I would like to be able to place our company logo to the top of the page. When i go to images and upload new logo.jpg and logo.gif I get 550 error and not able to update the images there. Is there something I need to go to get this to update? I have gone through FTP and also through file manager in cpanel. Both options do not allow me to do this. I also tried changing the file perms to 777... still no luck...
Please read this:
http://help.websitebaker.org/pages/en/knowledge-base/files-and-permissions.php
and especially this:
http://help.websitebaker.org/pages/en/knowledge-base/files-and-permissions.php#anker5

Regards Christoph

mcollins

Holy Cow Bayman... look at this... it is just sooo awsom!!! But with the goofyness out the way... this is what I would love to see. Seems like a real long way to go to pages/ shop page/ order administration, to see what the orders are and print them...

[gelöscht durch Administrator]

mcollins

In the print invoice, I would like to be able to place our company logo to the top of the page. When i go to images and upload new logo.jpg and logo.gif I get 550 error and not able to update the images there. Is there something I need to go to get this to update? I have gone through FTP and also through file manager in cpanel. Both options do not allow me to do this. I also tried changing the file perms to 777... still no luck...

mcollins

So can this be done: Something nice would be to have ( order admin, stock admin, general settings & payment settings) in the Admin-Tools area. Or even on the admin home page, a new small button called bakery, and in that section you will find those small settings.

daydreamer

Change US states to UK has anyone got this or done this
Thanks

D. Peeters

Quote from: freeSbee on September 01, 2009, 10:15:23 AM
Probably most convenient solution for your needs is to prepopulate the form fields by hard coded values.

hmmm... for some reason it doesn't work.... any idea what I did wrong?

Quote from: freeSbee on September 01, 2009, 10:15:23 AM
For logged in customers Bakery tries to get their address data of a previous order to prepopulat the address fields.
   http://www.bakery-shop.ch/#customer_address_form
Requires all employees to have an account and to be logged in when ordering. After the first order Bakery will auto fill-out the address using the given addresses.

can i also put all data in the database as if they have already ordered? (order id's don't matter)


[/quote]