Bakery: Small Shop Module (ORIGINAL TOPIC)

sozanski

#734
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?

freeSbee

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

sozanski

#732
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.

sozanski

#731
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
GENERATE ORDER ID FOR NEW ORDERS
the code below:

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:

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!

nene

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

Ruud

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"?
[url=https://dev4me.com/modules-snippets/]Dev4me - WebsiteBaker modules[/url] - [url=https://wbhelp.org/]WBhelp.org[/url]

oeh

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
oeh ;-}>

nene

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

freeSbee

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
GENERATE ORDER ID FOR NEW ORDERS
the code below:

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:

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

detonablue

Hi there,

because of this very long thread i have opened a new one for my question (hope this is okay):

different languages for items
https://forum.websitebaker.org/index.php/topic,17713.0.html


many thanks for your help

tom

sozanski

#724
Hi again,

I've recently switched my "add to cart" submit button to an image with the following code:
<input type="image" src="http://www.sextoys4all.nl/templates/sextoys4all/images/wagen.gif" border="0" alt="Voeg toe aan winkelwagen" name="add_to_cart" class="mod_bakery_bt_add_f" value="[ADD_TO_CART]" />

This works in both Firefox and Chroom, and guess what, it doesnt work in IE (no version whatsoever).
I've read through http://www.bakery-shop.ch/#shopnavigation and I've searched on the forum, no answer to be found.
I've also succesfully updated to the latest Bakery version.

I saw the Javascript option but I dont have the proper Javascript that goes along with it, maybe you can link it?

Thanks in advance.

Boudi

Hi there,

Am I the only one who does not receive an email from bakery after I payed successfully with Paypal?
I use the latest version 1.5.2. Everything works fine, but no invoice email is sent.

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

kweitzel

Quote from: sozanski on March 24, 2010, 10:39:35 AM
For iDEAL (Mollie) it would be ideal if you could add €0,90 extre fee for the transaction (since this is what mollie transaction costs). For PayPal 0,48 EUR + 3,4% would be nice.

You are aware though, that according to the terms and conditions of PayPal you are not allowed to surcharge your customer?

cheers

Klaus

sozanski

Quote from: freeSbee on March 24, 2010, 08:42:46 AM
Hi Snoork

Quote from: snoork on March 23, 2010, 10:57:56 PM
... to add a certain extra amount when people select paypal or ideal(mollie)...
Do you think of a flat rate or as percentage of the purchase amount?

Regards Christoph

This would be very nice indeed.

For iDEAL (Mollie) it would be ideal if you could add €0,90 extre fee for the transaction (since this is what mollie transaction costs). For PayPal 0,48 EUR + 3,4% would be nice.

freeSbee

Hi Snoork

Quote from: snoork on March 23, 2010, 10:57:56 PM
... to add a certain extra amount when people select paypal or ideal(mollie)...
Do you think of a flat rate or as percentage of the purchase amount?

Regards Christoph

snark

if you find a way please also make the possibillity to add a certain extra amount when people select paypal or ideal(mollie)

this would be very nice...

freeSbee

Hi Sozanski

Quote from: sozanski on March 23, 2010, 09:28:40 PM
I want customers to be able to select for Rembours when selecting a payment and the extra costs for it need to be added asswell.

Could you please give some more details about this payment method and how exactly Bakery should handle the Rembours.

Regards Christoph

sozanski

Looking for some to make me another payment gateway in the bakery module.
I want customers to be able to select for Rembours when selecting a payment and the extra costs for it need to be added asswell.

Paying for it, PM or mail me at kevin.sozanski@gmail.com

Boudi

#716
I just did some testpayments with a clean Bakery 1.5.2 install and Paypal on a WB 2.7 shop:

- I receive NO emails. Only a Paypal email that the payment was succesfull.


  • A payment was successfull notification after an automatic redirect from Paypal to the website again
  • All the Paypal settings are correct
  • There is no error of any kind
  • ...only...no email is send to the customer

I double checked all the settings in Bakery as well in Paypal. Everything works fine...only NO email.

The shop is already online so urgent help would be highly appreciated!

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

Boudi

Now I see,

My fault indeed. Tested it with a blank template dumb Boudi  :x

Thnq Florian :)
...:: Bake the Unbakable ::...

viercent

Quote from: instantflorian on March 22, 2010, 07:01:46 PM
I guess you missed to add

<?php 
if(function_exists('register_frontend_modfiles')) {
  
register_frontend_modfiles('css');
  
register_frontend_modfiles('js');
?>


to the head of your template...

Regards
-instantflorian.

You saved my day =D
thanks, that worked!!

@Boudi, it works just fine actually... but thnx for the reply ;)

instantflorian

I guess you missed to add

<?php 
if(function_exists('register_frontend_modfiles')) {
  
register_frontend_modfiles('css');
  
register_frontend_modfiles('js');
?>


to the head of your template...

Regards
-instantflorian.

Boudi

Quotethe lightbox doesn't work properly

Viercent's right. The Lightbox doesn't work properly with Bakery 1.52

@ Viercent: disable Lightbox (under page settings in your bakery) untill the bug is solved.

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

viercent

hmm, the lightbox doesn't work properly :O
http://www.ddmimmo.nl/pages/bakery/laat-gotische-pastorie-in-duitland-2.php
(site is in dutch)

does anyone now how to fix this?

freeSbee


New Version of Bakery:

VERSION 1.5.2 (03/19/2010)


VERSION HISTORY
Bakery 1.5.2 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.2.


Christoph