WebsiteBaker Support (2.8.x) > Bakery Shop

Bakery: Small Shop Module (ORIGINAL TOPIC)

<< < (87/167) > >>

snark:
ggggggggggggaaaaarr eatttt!!!!


I hope you will make this a standard feature for the next version

cchhita:
Hi There!
Great plugin, it works fantastic.

Can someone please tell me if it is possible to set the length of characters in the short description?
I.e. when viewed in the category layout, I want all descriptions to be the same length, so all product blocks are the same size.

I looked in the forum, but cannot find anything there.

Thanks

klok_pm:
Let me post something to the forum for the first time. I just discovered WB since 2 months and i am very amazed by its simplicitiy.

About bakery. Just noticed a small bug in the latest release 1.3.3.

in modify_page_setting s.php  line 147

<input type="text" name="items_per_page" style="width: 35px" value="<? echo $fetch_content['items_per_page']; ?>" /> 0 = <?php echo $TEXT['UNLIMITED']; ?>        </td>

needs to be changed to:

<input type="text" name="items_per_page" style="width: 35px" value="<?php echo $fetch_content['items_per_page']; ?>" /> 0 = <?php echo $TEXT['UNLIMITED']; ?>        </td>

The opening tag for PHP was not correctly written. It was giving errors with me.

Can this be included in the next release? Thanks

freeSbee:
@cchhita
Hi cchhita
Sorry, I did not catch it. Where do you want to limit the lenght? In the backend or the frontend? Please be more detailed...


@klok_pm
Hi klok_pm
Thanks for the hint!
This only makes troubles if your php.ini directive short_open_tag is set to "0", default is "1". Anyway, I will fix it in the next version.

Regards Christoph

SlaY3R:
Hi FreeSbee,

When i pay with Mollie payment system. I receave (when the mony is tranfered to mollie) that the order is aborded.

So my order is lost and the costumer already payed for it.
Could you check if there is any problem with the postback action?

Some actions i did:
1 (firefox) ordered 1 product from 0,50 euro without any shipping kost or btw (can't get further on the bank selection page) (giving me a error thats its not posible to enter the ideal)

2 (firefox) Ordered 1 product from 1,00 euro + 1,00 euro shipping kost with 6%btw (total 2,00); returns : order is aborded.

3 (firefox) Ordered 1 product from 3,00 euro + 2,00 euro shipping kost with 6%btw (total 5,00); returns : order is aborded.

4 (firefox) Cleared table bakery_order and bakery_customer + ordered 1 product from 1,00 euro + 1,00 euro shipping kost (total 2,00); returns : Payment status or payment method not defined.

5 (google chrome) transaction successfull

6 Tested on a other system. (Chrome) and it worked successfull

PS. u use Bakery 1.32

Greets,

SlaY3R

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version