Bakery: Small Shop Module (ORIGINAL TOPIC)

freeSbee

Hi ghost06

Thanks a lot for your Bakery translation to Italian!

Regards
Christoph

ghost06

#683
hello to all,
the translation in Italian for v 1.5 :lol:,




question
I say that it is possible to add to a field tax identification number customer in the form address?

thanks


[gelöscht durch Administrator]

lepracaun

#682
Thanks freeSbee, with your guidance I managed to get it working  :wink:

Quote from: freeSbee on February 15, 2010, 02:54:08 PM
Hi lepracaun

http://www.bakery-shop.ch/#item_images
Did you select the main item image at "Bakery Backend" > "Add/Modify Item" > section "2. Product Images"?

Regards Christoph

Hi Christoph, thanks for reply. My image is selected as Main item image there. Do I have to edit my template with this?
QuoteTo display the item images in your Bakery templates use the placeholders [THUMB], [THUMBS], [IMAGE] and [IMAGES] (requires Bakery v1.3 or later). Depending on your page settings the inserted images will be linked to the item detail page or the image will be overlayed on the current page using Lightbox2.

•[IMAGE] = Main item image selected at section "2. Product Images" of the "Add/Modify Item" page
•[IMAGES] = All item images except for the item main image
•[THUMB] = Thumbnail of the main item image selected at section "2. Product Images" of the "Add/Modify Item" page
•[THUMBS] = All thumbnails of the item images except for the item main image

freeSbee

Hi lepracaun

http://www.bakery-shop.ch/#item_images
Did you select the main item image at "Bakery Backend" > "Add/Modify Item" > section "2. Product Images"?

Regards Christoph

lepracaun

I installed Bakery 1.5.0 to a new install and everything seems to be working perfectly in admin, when I view it in the front (Simple, Round and Generic Theme) the product image is not showing. The image is loaded as it shows in the admin area when you view the product.

Any setting that I am not seeing?

Thanks

Claren

Quote
What charset encoding did you set as WB default charset (advanced options of the general WB settings)?
What charset encoding did you use to save your SE localisation file?

Regards Christoph

UTF-8 in Website baker.

Eehh, localisation files?
In the comment on top of SE.php it says
"This file is saved using charset iso-8859-1.
  If utf-8 is set as WB default charset, some iso-8859-1 encoded localisation strings
  will be automatically converted to utf-8."
I didnt tamper with that. Just loaded the EN files, translated them and saved as SE.

terrajohn

I have a page consisting of three sections
- Section 1: WYSIWYG
- Section 2: Bakery
- Section 3: WYSIWYG

Is there a way to show the detail page of an item in the same section of an existing page (so in fact replacing section 2 with the detailed page). Now bakery automatically puts an own url for each item on the overview page referring to a seperate bakery page. Is there a way that this link is created in such way that the individual page is pointed to the same section in which the overview is placed.

crnogorac081

Web developer

Stefek

Quote from: crnogorac081 on February 08, 2010, 09:06:14 PM
UI is loaded twice (one from footer.htt -- the line which is commented in 2.8.1
But it doesn't result in problems, right?
[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

crnogorac081

So far I see no problem on 2.8.0, and UI is loaded twice (one from footer.htt -- the line which is commented in 2.8.1  grrrrrrrr  :x :x :x :x)
Web developer

Stefek

Quote from: crnogorac081 on February 07, 2010, 11:59:11 PM
However, I must say that it is still not cross version compatibile, and on WB 2.8.0 you must insert


<script type="text/javascript">
var WB_URL = '{WB_URL}';
var THEME_URL = '{THEME_URL}';
var ADMIN_URL = '{ADMIN_URL}';
</script>


Inside header.htt file, as WB_URL for java scripts is not defined. Also I didnt notice any difference on 2.8.0 because jquery-ui is loaded twice..

Ohh yes..
I didn't check it.
Well, I'll have a look tomorow on this.
Otherwise it will be limited only to 2.8.1 or those guys who are willing to prepare their installation (its backend theme header.htt).

BTW.
Please check if the UI is really loaded twice and if it has some limitations in usage (exaple: you have two or three different modules on one page, all using the insertion of the UI - would this become problematic?)
Otherwise it's no problem if the UI is not loaded from the Backend Footer. The insertion is functioning all right so far.

I'll send you a PM tomorrow, Ivan.

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

crnogorac081

The script works on 2.8.1

However, I must say that it is still not cross version compatibile, and on WB 2.8.0 you must insert


<script type="text/javascript">
var WB_URL = '{WB_URL}';
var THEME_URL = '{THEME_URL}';
var ADMIN_URL = '{ADMIN_URL}';
</script>


Inside header.htt file, as WB_URL for java scripts is not defined. Also I didnt notice any difference on 2.8.0 because jquery-ui is loaded twice..

I am still asking the developers to leave jquery-ui uncomented in footer.htt
Web developer

Stefek

Hello Ivan,

I found the problem and I attatched the files.
Use them on a clean bakery installation.
And it will work regardless if the jQuery UI is commented or not in the Backend Theme.

Please take a look one more time and let me know.

Kind Regards,
Stefek

[gelöscht durch Administrator]
[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

crnogorac081

Hi Stefek,

Your patch is not working on 2.8.1 stable.  We will allways have incompatiblilities because of the missing jquery ui file. For example, if you load this patch to 2.8 stable, you called same script twice. Try to comment ui script in footer.htt, and then try reordering. For me, draging is working, but not reordering (saving position order) at your script..
Web developer

Stefek

#670
Quote from: crnogorac081 on February 05, 2010, 01:35:54 PM
I am using WB 2.8
Could you send me on PM the sorce code from your backend page to take a look
I tested patch on WB 2.8 and latest bakery 1.5.0

Hello Ivan,
hello Christoph.

I attached a set of files which handles the inconsistence between wb Versions.
It now should work in 2.8.0 and 2.8.1 a expected.

Ivan, see the backend_body.js to see how the UI and the drag_n_drop jQ Plugin are inserted.

Kind regards,
Stefek

[download removed, see newer download 2 posts later]
[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

crnogorac081

Web developer

Stefek

Quote from: freeSbee on February 06, 2010, 09:18:50 PM
Hi Ivan, hallo Stefek

Thank you guys for improving Bakery!
Of course, Christoph - Bakery is one of my favorite modules. I use it not only as a shopping cart module but also as a kind of "catalogue" Module.

As I see you did some clean up on the files.
That's very cool!

Kind 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

freeSbee

Hi Claren

Quote from: Claren on February 06, 2010, 12:04:57 PM
I tried to add the "é" to "'ADD_REGEXP_CHARS'" but it is still not accepted, so that function has to go.
What charset encoding did you set as WB default charset (advanced options of the general WB settings)?
What charset encoding did you use to save your SE localisation file?

Quote from: Claren on February 06, 2010, 12:04:57 PM
BTW, I have created SE language files, should I upload it somewhere for others to use?
Thank you for translating Bakery!
Include your credits in the header of the localisation file right above the licence terms.
Please post it in this thread of the WB community forum.

Regards Christoph

freeSbee

Hi Ivan, hallo Stefek

Thank you guys for improving Bakery!
I did not have the time yet to survey the new features you have implemented but I am looking forward to it.

Thanks again
Christoph

nene


Stefek

More useful/usability Features to come.

Hello Christoph.
I made another changes and want to show them here.
I hope you like them.

Just let me know and I will share the code (the reason I am not doing it now is, because I have some additional stuff I want to implement - so let me know what you think.)

I won't comment the screenshot any further. It should be self  explanatory, so far.

But I really want to say thank you to Ivan, who found a way to implement the Ajax Item Reodering.

Regards,
Stefek




[gelöscht durch Administrator]
[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

Stefek

@Christoph,
I attatch a bug handling for the "upload images" behavior.
Observation: if a picture is choose and you click on "select amount of pictures", the chosen path of the previously selected picture disapears.

The attached File will handle this.
I also restyled the "Upload Picutres" area (with inline css).



See Screenshot for changes.

The 3.Add images Section  is reworked.
You can select a picture, then go to [ + ] Add and you will get a new input/file without loosing the path in the first input/file.
Feel free to use all the code.
The "cosmetics" is my own fashion. You can use it or not, but please update the JS to get rid off the bug.

Kind Regards,
Stefek

[gelöscht durch Administrator]
[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

crnogorac081

then I do not see the point of removing it :)
Web developer

Stefek

Hello Ivan,
as I said before:

Quote from: Stefek on February 06, 2010, 12:53:44 PM
The whole UI will be loaded once on the "login to backend" Page and will stay in cache (so it will not harm "loading times" or something.

the UI won't really harm the backend loading time - it's loaded once and then stays in the cache. ;-)
[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

crnogorac081

I just find out the code to call the ui-min.js I belive that script is not much used so they removed it to minimize server load. I pm argos for this, maybe he can give me more info.

Finally,  I will add that js code to patch, and repost patch again. The most important thing is that it works :)

cheers
Web developer