WebsiteBaker Logo
  • *
  • Templates
  • Help
  • Add-ons
  • Download
  • Home
*
Welcome, Guest. Please login or register.

Login with username, password and session length
 

News


WebsiteBaker 2.13.6 is now available!


Will it continue with WB? It goes on! | Geht es mit WB weiter? Es geht weiter!
https://forum.websitebaker.org/index.php/topic,32340.msg226702.html#msg226702


The forum email address board@websitebaker.org is working again
https://forum.websitebaker.org/index.php/topic,32358.0.html


R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WB
https://forum.websitebaker.org/index.php/topic,32355.0.html


* Support WebsiteBaker

Your donations will help to:

  • Pay for our dedicated server
  • Pay for domain registration
  • and much more!

You can donate by clicking on the button below.


  • Home
  • Help
  • Search
  • Login
  • Register

  • WebsiteBaker Community Forum »
  • WebsiteBaker Support (2.8.x) »
  • Bakery Shop »
  • Bakery: Small Shop Module (ORIGINAL TOPIC)
  • Print
Pages: 1 ... 28 29 [30] 31 32 ... 34   Go Down

Author Topic: Bakery: Small Shop Module (ORIGINAL TOPIC)  (Read 579495 times)

freeSbee

  • Guest
Re: Bakery: Small Shop Module (ORIGINAL TOPIC)
« Reply #725 on: March 26, 2010, 05:23:21 PM »
Hi Kevin

Quote from: sozanski on March 25, 2010, 01:09:17 PM
I've recently switched my "add to cart" submit button to an image [button ...]
This works in both Firefox and Chroom, and guess what, it doesnt work in IE (no version whatsoever).

Add to the view.php file right after the comment
Code: [Select]
GENERATE ORDER ID FOR NEW ORDERSthe code below:
Code: [Select]
if (isset($_POST['add_to_cart_x']) && $_POST['add_to_cart_x'] != '') {
$_POST['add_to_cart'] = 1;
}
To achieve the same result for all shop navigation buttons use this code:
Code: [Select]
foreach ($_POST as $key => $value) {
$count = 0;
$ie_post_key = str_replace('_x', '', $key, $count);
if ($count > 0) {
$_POST[$ie_post_key] = 1;
}
}

Regards Christoph
Logged

Offline nene

  • Posts: 59
Re: Bakery: Small Shop Module (ORIGINAL TOPIC)
« Reply #726 on: March 27, 2010, 11:25:15 PM »
Hello,
I need urgent help. Suddenly my bakery is not working anymore. www.p2bay.com. Visitors cant add items to cart. Can someone tell me what the problem is and what I should do? Please help.

Regards
Nene
Logged

Offline oeh

  • Posts: 190
  • Gender: Male
  • German Pischer's, what's life without them?
Re: Bakery: Small Shop Module (ORIGINAL TOPIC)
« Reply #727 on: March 27, 2010, 11:36:26 PM »
Hi.

I'm able to add to cart.
I've allso ben able to submitt my order. (Step 2)

So no problems for me.

;-}

OE
Logged
oeh ;-}>

Offline Ruud

  • Posts: 3671
  • Gender: Male
  • Do not use PM for help! Please use the forum!
    • Dev4Me - Professional WebsiteBaker Development
Re: Bakery: Small Shop Module (ORIGINAL TOPIC)
« Reply #728 on: March 27, 2010, 11:37:17 PM »
Cant see a problem.

I just put in an order (name "a")
I got all the way up to the thank-you message.

What is "not working anymore"?
Logged
Dev4me - WebsiteBaker modules - WBhelp.org

Offline nene

  • Posts: 59
Re: Bakery: Small Shop Module (ORIGINAL TOPIC)
« Reply #729 on: March 28, 2010, 12:02:32 AM »
Thanks Ruud for that quick response. When trying to order, it is re-directed to http://www.p2bay.com/pages/text-books.php. Our attention was drawn to it only yesterday. I tried even before sending it to the forum and it was the same. But it is working now. Thanks so much

Best Regards
Nene
Logged

sozanski

  • Guest
Re: Bakery: Small Shop Module (ORIGINAL TOPIC)
« Reply #730 on: March 28, 2010, 12:24:46 PM »
Quote from: freeSbee on March 26, 2010, 05:23:21 PM
Hi Kevin

Quote from: sozanski on March 25, 2010, 01:09:17 PM
I've recently switched my "add to cart" submit button to an image [button ...]
This works in both Firefox and Chroom, and guess what, it doesnt work in IE (no version whatsoever).

Add to the view.php file right after the comment
Code: [Select]
GENERATE ORDER ID FOR NEW ORDERSthe code below:
Code: [Select]
if (isset($_POST['add_to_cart_x']) && $_POST['add_to_cart_x'] != '') {
$_POST['add_to_cart'] = 1;
}
To achieve the same result for all shop navigation buttons use this code:
Code: [Select]
foreach ($_POST as $key => $value) {
$count = 0;
$ie_post_key = str_replace('_x', '', $key, $count);
if ($count > 0) {
$_POST[$ie_post_key] = 1;
}
}

Regards Christoph

Thanks for the quick response, it works like a charm for both the add to cart buttons and other shop navigation ones!
« Last Edit: March 28, 2010, 12:32:31 PM by sozanski »
Logged

sozanski

  • Guest
Re: Bakery: Small Shop Module (ORIGINAL TOPIC)
« Reply #731 on: March 28, 2010, 02:00:46 PM »
I know Iam asking alot and Im gonna ask one more question :P

Is it possible in any way to NOT show the WYSIWYG content above the bakery product pages, payment process and shopping cart pages etc? For SEO reasons I have descriptions of products on the product categorie pages themself.

Thanks again in advance.
« Last Edit: March 28, 2010, 02:04:13 PM by sozanski »
Logged

freeSbee

  • Guest
Re: Bakery: Small Shop Module (ORIGINAL TOPIC)
« Reply #732 on: March 28, 2010, 04:17:44 PM »
Hi Kevin

You can achieve this by adding your html content to the product overview template at "Page Settings" => "Layout Settings" => "Overview (Header)".

Regards Christoph
Logged

sozanski

  • Guest
Re: Bakery: Small Shop Module (ORIGINAL TOPIC)
« Reply #733 on: March 28, 2010, 05:18:10 PM »
Quote from: freeSbee on March 28, 2010, 04:17:44 PM
Hi Kevin

You can achieve this by adding your html content to the product overview template at "Page Settings" => "Layout Settings" => "Overview (Header)".

Regards Christoph

Oh, wow, how dumb of me not to realise that.. Muchos gracias again senor!

One thing tho, this means that whenever I want to tweak the product loop or product footer layout I need to manually do this on all pages. Anyway I can exclude the Header from the saving process?
« Last Edit: March 28, 2010, 06:29:28 PM by sozanski »
Logged

Offline cmolina

  • Posts: 17
Re: Bakery: Small Shop Module (ORIGINAL TOPIC)
« Reply #734 on: March 29, 2010, 10:44:12 AM »
Greetings.

I'm looking for bakery module. I'm impressing for this module. Very easu to use, and fully integrated with WB. Great job.

I want to propose some features for this module that can jump it to next level. I can help with anything, but I have a few years that cannot make any code.

First feature that is very important to implement is ACL for users. For example. would be great if WebsiteBaker admin, can add a new users and assign some permissions to bakery. For example, user A can only add products, but cannot modify shop settings, page settings, etc.

User B can add and modify products, but caanot delete it, or modify inventory properties.

I don't know if this feature is hard or easy to implement, but I think that is necessary.

Thanks a lot
Logged

Offline Boudi

  • Posts: 1190
  • Gender: Male
  • //o_-\\
    • Yze Webdesign
Re: Bakery: Small Shop Module (ORIGINAL TOPIC)
« Reply #735 on: March 30, 2010, 11:09:00 AM »
For a short while ago I had problems with baker 1.5.2. The emails send to the customer never were send at all.

What I did was a fresh install of bakery 1.5.2.
The only small change was a little css.

The problems began when doing a Paypal payment. All steps did work fine but... no email to customer.
Today I did a test with Pay in Advance. This message came up. See att.

So to get short; In my case Bakery is unable to send email payment notifications to the customer regardless which payment option I use. I wonder how this is possible. It's a fresh install of the latest version.

The website itself is multilanguage and full SSL.

Help would be appreciated.

Boudi





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

freeSbee

  • Guest
Re: Bakery: Small Shop Module (ORIGINAL TOPIC)
« Reply #736 on: April 07, 2010, 09:16:06 PM »

New Version of Bakery:

VERSION 1.5.3 (04/07/2010)


VERSION HISTORY
Bakery 1.5.3 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.5.3.


Christoph
Logged

Offline MCoffman

  • Posts: 1
Re: Bakery: Small Shop Module (ORIGINAL TOPIC)
« Reply #737 on: April 08, 2010, 10:13:50 AM »
Hello,

I am running 1.36 on one site and everything is fine, so I downloaded 1.53 today, and I am getting an error when I add a product.

Both sites are using 2.7

Parse error: syntax error, unexpected $end in /home/xxxxx/public_html/xxxxx/modules/bakery/save_item.php on line 538

So it appears that there is a close missing....

Thank you,

Mark
Logged

freeSbee

  • Guest
Re: Bakery: Small Shop Module (ORIGINAL TOPIC)
« Reply #738 on: April 08, 2010, 11:27:16 AM »

New Version of Bakery:

VERSION 1.5.4 (04/08/2010)


VERSION HISTORY
Bakery 1.5.4 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.5.4.


Christoph
Logged

Offline Boudi

  • Posts: 1190
  • Gender: Male
  • //o_-\\
    • Yze Webdesign
Re: Bakery: Small Shop Module (ORIGINAL TOPIC)
« Reply #739 on: April 11, 2010, 03:44:14 PM »
3rd attempt :)

Quote
The problems began when doing a Paypal payment. All steps did work fine but... no email to customer.
Today I did a test with Pay in Advance. This message came up. See att.

So to get short; In my case Bakery is unable to send email payment notifications to the customer regardless which payment option I use. I wonder how this is possible. It's a fresh install of the latest version.

The website itself is multilanguage and full SSL.

Same problems keeps existing. Did a fresh install of 1.5.4. Payed with paypal. All data is 100% correct. After paypal payment customer is send back to the store. The store says that the payment was succeeded and that the customer will receive an email from the store.

No email to the customer is send.

I'm I really the only one with this problem????

Boudi

« Last Edit: April 11, 2010, 04:02:42 PM by Boudi »
Logged
...:: Bake the Unbakable ::...

freeSbee

  • Guest
Re: Bakery: Small Shop Module (ORIGINAL TOPIC)
« Reply #740 on: April 11, 2010, 04:52:08 PM »
Hi Boudi

This is not a specific Bakery problem since the PHP mail() function is not working properly on your server.
If you are testing localy try again on a webserver.

Regards Christoph
Logged

Offline Boudi

  • Posts: 1190
  • Gender: Male
  • //o_-\\
    • Yze Webdesign
Re: Bakery: Small Shop Module (ORIGINAL TOPIC)
« Reply #741 on: April 12, 2010, 03:03:45 PM »
Hi Christoph,

Quote
This is not a specific Bakery problem since the PHP mail() function is not working properly on your server.
If you are testing localy try again on a webserver.

The PHP mail() function was/is working properly on our server. Even the email spamfilters are turned off. Still no emails.  :-(

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

freeSbee

  • Guest
Re: Bakery: Small Shop Module (ORIGINAL TOPIC)
« Reply #742 on: April 12, 2010, 05:42:22 PM »
Hi Boudi

But if you get this error message (red part) the email() function gives back 0.
I still believe it must have something to do with your server or the PHP settings.

Do you have set error_reporting E_ALL?
Do you get any PHP error messages / warnings?

Regards Christoph
Logged

Offline Boudi

  • Posts: 1190
  • Gender: Male
  • //o_-\\
    • Yze Webdesign
Re: Bakery: Small Shop Module (ORIGINAL TOPIC)
« Reply #743 on: April 12, 2010, 05:52:08 PM »
That message was only once. After that I got only green screens that the payment was done and I would receive an email from the shop.

Today I did a diagnostic test in order to see if the PHP() function was indeed working like it should be. This all works fine. So no problems there.

The only thing left for me to do is to set the error reporting on E_ALL.  I will report it soon.

Update: No error reporting at all through the whole checkout procedure and redirect after the payment was done.

Did a payment and all things went fine. Again no confirmation email from the shop. See att.



[gelöscht durch Administrator]
« Last Edit: April 12, 2010, 06:09:52 PM by Boudi »
Logged
...:: Bake the Unbakable ::...

freeSbee

  • Guest
Re: Bakery: Small Shop Module (ORIGINAL TOPIC)
« Reply #744 on: April 13, 2010, 03:13:24 PM »
Boudi, and what about the order? Is it saved in the Bakery "Order Administration"?
Logged

Offline Boudi

  • Posts: 1190
  • Gender: Male
  • //o_-\\
    • Yze Webdesign
Re: Bakery: Small Shop Module (ORIGINAL TOPIC)
« Reply #745 on: April 13, 2010, 04:34:46 PM »
Yes orders are being saved.

I even placed orders with other payment methods but then too: no emails.
The whole website is under SSL so I disabled SSL and placed an order: same thing.

Although the website is up and running I can create a login If you like.

Update: The problem is solved.
« Last Edit: April 16, 2010, 11:14:27 AM by Boudi »
Logged
...:: Bake the Unbakable ::...

neilrees

  • Guest
Re: Bakery: Small Shop Module (ORIGINAL TOPIC)
« Reply #746 on: April 19, 2010, 08:18:25 PM »
Hi

Could you tell me how you fixed this error please, as I am getting exactly the same thing.

It worked the very first time I tested an order, but as soon as I altered the mail settings (they are correct and as advised) it stopped sending confirmation mails to the customer. I've even reverted back to the original default settings, but it still won't work. Grrrrrrr!!

Thanks
N
Logged

Offline Boudi

  • Posts: 1190
  • Gender: Male
  • //o_-\\
    • Yze Webdesign
Re: Bakery: Small Shop Module (ORIGINAL TOPIC)
« Reply #747 on: April 19, 2010, 08:29:43 PM »
Normally I would give you the solution but this is not a bakery bug.

Someone was willing to check what caused this. I payed him to solve this. So I'm sorry I can't help you.

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

Offline Boudi

  • Posts: 1190
  • Gender: Male
  • //o_-\\
    • Yze Webdesign
Re: Bakery: Small Shop Module (ORIGINAL TOPIC)
« Reply #748 on: April 23, 2010, 02:22:55 PM »
Complex question?

The following problem came up with one of our WB shops:

- there are 5 products in the shop
- 3 products have different shipping costs for national and international sending
- 2 products have no shipping costs at all

After taking a close look at the settings the only solution I came up with that this is not possible to configure the above data in the shop!

Anyone who thinks he/she has the solution...please tell me :)

Regards,

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

Locoblade

  • Guest
Re: Bakery: Small Shop Module (ORIGINAL TOPIC)
« Reply #749 on: April 23, 2010, 07:22:43 PM »
Hi All

I'm currently configuring Bakery for my wife's fabric business. Most of the items she sells are sold by length rather than as an individual item, so for example a customer may wish to buy 6m of a specific fabric that's priced at say £5 per half metre.

At the moment we can obviously ask customers to add multiples of the product to buy larger sizes but if for the example above, if a customer wants 6m they have to add "12" to their cart. Its not rocket science but not entirely intuitive so I'd prefer it if I could change it to suit. Is there an area of code I can edit to change the "Number of Items" display into a dropdown list of say 0.5m,1m,1.5m etc so the amount of fabric required can be directly chosen?

thanks in advance
« Last Edit: April 23, 2010, 07:25:37 PM by Locoblade »
Logged

  • Print
Pages: 1 ... 28 29 [30] 31 32 ... 34   Go Up
  • WebsiteBaker Community Forum »
  • WebsiteBaker Support (2.8.x) »
  • Bakery Shop »
  • Bakery: Small Shop Module (ORIGINAL TOPIC)
 

  • SMF 2.0.19 | SMF © 2017, Simple Machines
  • XHTML
  • RSS
  • WAP2