Bakery: Small Shop Module (ORIGINAL TOPIC)

freeSbee

This thread is closed for clarity and readability.

  • Before starting a new topic please search and read the Bakery threads - especially this one (ORIGINAL TOPIC) that provides various information.
  • If your topic does not exist yet please start a new one.

artifaction

Couldn't hold myself, just made the changes and it works great, thanks again:)

artifaction

Great, tanks for the answers, I will dig into this tonight:)

freeSbee

Hi artifaction

Quote from: artifaction on June 20, 2010, 06:42:03 PM
I really need to add a custom link in item view above the full description, the link is just a static link to a information page.
If the link stays the same for all items just add it (using standard html code) to the item detail page template in the "Page Settings" > "Layout Settings" of the Bakery backend:
http://www.bakery-shop.ch/#templates

Regards Christoph

Stefek

Hello,

you will need to define those fields.

Give the one the Name "link-url" and
the other one "link-name".

Then in the Page Settings find the Layout "Field Item Detail (Header)" and add something like:

<a href="[field_1]">[field_2]</a>

This is just a suggestion, please use the website and modules help to find exactly how to do this.
I am sure my suggestions will guide you to the right places to search.

Regards,
Stefek
[i]"Gemeinsam schafft man mehr."[/i]

[b][url=http://duden.de/rechtschreibung/gemeinsam#Bedeutung1]gemeinsam[/url][/b]
1. mehreren Personen oder Dingen in gleicher Weise gehörend, eigen
2. in Gemeinschaft [unternommen, zu bewältigen]; zusammen, miteinander
#Duden

artifaction

Quote from: Stefek on June 20, 2010, 08:20:03 PM
Please have a go with "custom fields".
Check the bakery website.

www.bakery-shop.ch
http://www.bakery-shop.ch/#definable_fields

Regards,
Stefek

Dont know if you answered my question there, but if so, I did look at the custom fields option, and Im guessing that I can add a text string with it, but can I add a clickable link with it, and if so.. How?

Boudi

#828
Hi,

ThnQ!! I will check this today. When I succeed I will let you know. :)

Boudi

Update: Got it! Right away! Thnx mate! Appreciate it :)
...:: Bake the Unbakable ::...

snark

Quote from: Boudi on June 20, 2010, 12:57:20 PM
Hi there,

QuoteQuestion: How can I disable those fields so that they are NOT mandatory any more?

I already spent hours trying to figure this out by myself but no luck.

Any help would be HIGHLY appriciated.

Regards,

Boudi


it is somewhere in the view file (starting somewhere at line 444)

Stefek

#826
Please have a go with "custom fields".
Check the bakery website.

www.bakery-shop.ch
http://www.bakery-shop.ch/#definable_fields

Regards,
Stefek
[i]"Gemeinsam schafft man mehr."[/i]

[b][url=http://duden.de/rechtschreibung/gemeinsam#Bedeutung1]gemeinsam[/url][/b]
1. mehreren Personen oder Dingen in gleicher Weise gehörend, eigen
2. in Gemeinschaft [unternommen, zu bewältigen]; zusammen, miteinander
#Duden

artifaction

Really hoping for a fast answer here due to deadline, I just have a small but important thing left.

I really need to add a custom link in item view above the full description, the link is just a static link to a information page.

Im looking in the view_item.php where I think it should be, but I really dont know what the code for it will be.

Boudi

#824
UPDATE: I think I have a some kind of 'solution'. But I need the help (of freesbee?)

Case: I change your shop into a reservationsform in which visitors kan do reservations of products
Problem: they need to fillout their start_date and end_date for their reservation

Solution: The customers fills out the invoice address. Underneath that they can fill out their delivery address. I want to change the first 2 lines (Name & surname) into start_date and end_date.

Problem: You only can fillout letters and not figures. (see att.)

Question: How can I disable those fields so that they are NOT mandatory any more?

Boudi

## SOLVED ## See next page...

[gelöscht durch Administrator]
...:: Bake the Unbakable ::...

Boudi

Thnq :)

Well, I hope for someone will help. If not, then I will check your url regarding a commercial assignment.

Thnx for the input.

Boudi
...:: Bake the Unbakable ::...

Stefek

"screwed", what a funny word is this?  :lol:

Seriously, you will need a a coder to do the job.
And all changes will be affected with the next upgrade.

Maybe the the commercial corner of the forums will be of some help:
https://forum.websitebaker.org/index.php/board,64.0.html

I already hired a Coder for another changes with bakery and it was worth it.

Best regards,
Stefek
[i]"Gemeinsam schafft man mehr."[/i]

[b][url=http://duden.de/rechtschreibung/gemeinsam#Bedeutung1]gemeinsam[/url][/b]
1. mehreren Personen oder Dingen in gleicher Weise gehörend, eigen
2. in Gemeinschaft [unternommen, zu bewältigen]; zusammen, miteinander
#Duden

Boudi

Hi Stefek,

Hmm, your answer was already a bit of my concern...that it would be hard.

I really hope that my question can be solved. Otherwise I'm truely screwed :(

QuoteI also think that the checkout could have more flexibility.
A kind of customizable form module would be great.

Great idea ;)

...:: Bake the Unbakable ::...

Stefek

Quote from: Boudi on June 16, 2010, 09:23:09 PM
Hi,

When you checkout, you need to fill out your personal data in different input fields.

How can I insert 2 extra fields on this page? I really need 2 date fields in which customers can fill out the date.

This is needed because customers must fill out the start_date and end_date for a webshop in which they can rent products for a certain period.

Hope for a solution.

Regards,

Boudi


Hello Boudi,

you will need to to change several files and also ALTER the Database Table mod_bakery_customer.

This won't be an easy task.

I also think that the checkout could have more flexibility.
A kind of customizable form module would be great.

Regards,
Stefek
[i]"Gemeinsam schafft man mehr."[/i]

[b][url=http://duden.de/rechtschreibung/gemeinsam#Bedeutung1]gemeinsam[/url][/b]
1. mehreren Personen oder Dingen in gleicher Weise gehörend, eigen
2. in Gemeinschaft [unternommen, zu bewältigen]; zusammen, miteinander
#Duden

Boudi

Hi,

When you checkout, you need to fill out your personal data in different input fields.

How can I insert 2 extra fields on this page? I really need 2 date fields in which customers can fill out the date.

This is needed because customers must fill out the start_date and end_date for a webshop in which they can rent products for a certain period.

Hope for a solution.

Regards,

Boudi





...:: Bake the Unbakable ::...

freeSbee

Hi Ivan

Quote from: crnogorac081 on June 14, 2010, 10:25:43 AM
just to report, I noticed in last version of bakery that "Stock:" number on first page where items are listed is not displayed..
Make sure you have added the appropriate Bakery placeholders [STOCK] and [TXT_STOCK] to your Bakery layout templates.
http://www.bakery-shop.ch/#display_item_stock

Regards Christoph

crnogorac081

Hi,

just to report, I noticed in last version of bakery that "Stock:" number on first page where items are listed is not displayed..

cheers
Web developer

SOwipeout

I thought as much....thank you.

Great job...I know you hear it a lot, but your Herculean effort should make you a easy entrant to the Noble Prize...

thx  :-)

freeSbee

Hi SOwipeout

Quote from: SOwipeout on June 13, 2010, 03:32:32 PM
When I open the bakery page as the Admin, the "Advanced Settings" option no longer appear.  How do I get those back so I can edit my payment info and change out email settings?
You might have enabled the option «Display Settings to Admin (id = 1) only» in the general settings. Likely you are not the admin with user_id = 1 - otherwise you would not have asked about - so ask your admin to disable this option.

Regards Christoph

SOwipeout

A simple question from the WB dork,

When I open the bakery page as the Admin, the "Advanced Settings" option no longer appear.  How do I get those back so I can edit my payment info and change out email settings?

Thank you for your help.

:-)

snark

hey freesbee,

I see that in the install file there is a group_id table

I guess it would be very handy if there is an option to create groups and the possibillity to select a group for each item so that the anyitems can be something where a group can be selected like the anynews

is this possible (in the future)

MeAgain

Don't mean to spam the board but just saw there is another update to the program and it looks like it may solve my problem. I will upgrade and report back but if someone know the fix is something else please don't hesitate to post your recommendations.

Thanks again.

MeAgain

Hello again. Just me. >^..^<

I have 2 payment options on my site; prepay and paypal.

When a person pays thru prepay they get the required email as does the shop owner and it is all recorded as it should be in the backend. This works as expected BUT...

When a person orders thru paypal, the buyer and the shop owner each get 2 identical emails confirming the purchase. This happens just before going to the paypal site. After the paypal transaction completes, all other emails go out as they should.

So my problem is why the 2 identical emails in the paypal purchase and what can I do to just send one email each to the seller and the buyer?

I'm using baker 2.8 and bakery 1.54 on a linux host with php 5.x

Any info would be greatly appreciated.

Shefra

@Christoph, thanks again maybe i must read more :?

Thanks again.