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 ... 27 28 [29] 30 31 ... 34   Go Down

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

Offline westonjeff

  • Posts: 13
Re: Bakery: Small Shop Module (ORIGINAL TOPIC)
« Reply #700 on: March 11, 2010, 08:18:39 PM »
Sorry if this is a stupid question, but can some type of order detail or site info be passed to the PayPal system?

Something as simple the page name that the order's coming from would be alright. Anyone done this?

TIA for any help -- as mentioned in an earlier post, I'm no PHP guru.  :|
« Last Edit: March 11, 2010, 08:22:11 PM by westonjeff »
Logged

Offline itsnick

  • Posts: 26
  • Gender: Male
    • Eldred Company
Re: Bakery: Small Shop Module (ORIGINAL TOPIC)
« Reply #701 on: March 12, 2010, 07:26:36 AM »
I keeping getting this error from PayPal: "Incorrectly formatted item amount"

I've only noticed it on items were tax would make the total come out to more than 2 places, i.e. $1.00 plus 7.5% tax = $1.075

Is there a fix for this or maybe a way to round to only two places.
Logged

freeSbee

  • Guest
Re: Bakery: Small Shop Module (ORIGINAL TOPIC)
« Reply #702 on: March 12, 2010, 09:13:49 AM »
Hi itsnick

Quote from: itsnick on March 12, 2010, 07:26:36 AM
I keeping getting this error from PayPal: "Incorrectly formatted item amount"
I've only noticed it on items were tax would make the total come out to more than 2 places, i.e. $1.00 plus 7.5% tax = $1.075
Is there a fix for this or maybe a way to round to only two places.

Search view_summary.php, line 743:
Code: [Select]
// Put order total into the session var for use with payment gateways
$_SESSION['bakery']['order_total'] = $order_total;

Replace by:
Code: [Select]
// Put rounded order total into the session var for use with payment gateways
$_SESSION['bakery']['order_total'] = round($order_total, 2);

Regards Christoph
Logged

freeSbee

  • Guest
Re: Bakery: Small Shop Module (ORIGINAL TOPIC)
« Reply #703 on: March 13, 2010, 09:07:57 PM »

New Version of Bakery:

VERSION 1.5.1 (03/13/2010)


VERSION HISTORY
Bakery 1.5.1 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.1.


Christoph
Logged

snark

  • Guest
Re: Bakery: Small Shop Module (ORIGINAL TOPIC)
« Reply #704 on: March 15, 2010, 05:23:20 PM »
is there an easy way to change the order of the products... I want every new item to be at the top of the list

Logged

Offline westonjeff

  • Posts: 13
Re: Bakery: Small Shop Module (ORIGINAL TOPIC)
« Reply #705 on: March 15, 2010, 05:30:00 PM »
Following directions from backend of Bakery, payment method, PayPal, I inserted the supplied URL @ PayPal for "Return URL", (Auto Return selected on @ PP)

http://dallasbrass.dce.k12.wi.us?pm=paypal

PayPal threw an error as follows:
You must enter a properly formatted Return URL. If you do not enter a properly formatted Return URL, which includes the Return URL requirements, Auto Return will not be turned on and applied to your Website Payment pages.

What would be wrong with the format above?

TIA for any help!

Logged

freeSbee

  • Guest
Re: Bakery: Small Shop Module (ORIGINAL TOPIC)
« Reply #706 on: March 15, 2010, 06:30:56 PM »
@snoork
https://forum.WebsiteBaker.org/index.php/topic,7834.msg74493.html#msg74493
Code: [Select]
ORDER BY modified_when
@westonjeff
Please read PayPals Return URL requirements or investigate PayPal why they do not accept your URL.

Regards Christoph
Logged

instantflorian

  • Guest
Re: Bakery: Small Shop Module (ORIGINAL TOPIC)
« Reply #707 on: March 15, 2010, 09:36:13 PM »
Hi westjoneff, hi Christoph,

I had exactly the same problem today too when launching a new bakery 1.5.1 shop.
Reason: if you call mydomain.foo?pm=paypal *without* having submitted an order before, the unchanged homepage of your website is displayed. But paypal checks the site if there is the text "blah bla thank you for your order blah login to paypal to see order details etc" - and if it doesn't find the text, it complains. And it can't find the text, because it's only displayed if there was an order.

But there is a simple workaround: just build a hidden wysiwyg page with the sentence suggested by paypal and enter the complete link to *this* site as return page at paypal. Paypal will accept this, and - voodoo?! - in the end of processing the payment, the bakery confirmation page is displayed nevertheless.

Regards
-instantflorian.
Logged

freeSbee

  • Guest
Re: Bakery: Small Shop Module (ORIGINAL TOPIC)
« Reply #708 on: March 16, 2010, 09:14:04 PM »
Hi westonjeff, hi instantflorian

Quote from: westonjeff on March 15, 2010, 05:30:00 PM
http://dallasbrass.dce.k12.wi.us?pm=paypal

PayPal threw an error as follows:
You must enter a properly formatted Return URL. If you do not enter a properly formatted Return URL, which includes the Return URL requirements, Auto Return will not be turned on and applied to your Website Payment pages.

Just made some tests and figured out that it is best if you chop the get parameters (?pm=paypal) of the return url provided by Bakery.
Just use http://dallasbrass.dce.k12.wi.us
Hope this will stop PayPal moaning about not properly formatted return url.

Regards Christoph
Logged

freeSbee

  • Guest
Re: Bakery: Small Shop Module (ORIGINAL TOPIC)
« Reply #709 on: March 19, 2010, 08:55:55 PM »

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
Logged

viercent

  • Guest
Re: Bakery: Small Shop Module (ORIGINAL TOPIC)
« Reply #710 on: March 22, 2010, 06:02:15 PM »
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?
Logged

Offline Boudi

  • Posts: 1190
  • Gender: Male
  • //o_-\\
    • Yze Webdesign
Re: Bakery: Small Shop Module (ORIGINAL TOPIC)
« Reply #711 on: March 22, 2010, 06:17:19 PM »
Quote
the 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
Logged
...:: Bake the Unbakable ::...

instantflorian

  • Guest
Re: Bakery: Small Shop Module (ORIGINAL TOPIC)
« Reply #712 on: March 22, 2010, 07:01:46 PM »
I guess you missed to add
Code: [Select]
<?php 
if(function_exists(&#39;register_frontend_modfiles&#39;)) {
  
register_frontend_modfiles(&#39;css&#39;);
  
register_frontend_modfiles(&#39;js&#39;);
} ?>

to the head of your template...

Regards
-instantflorian.
Logged

viercent

  • Guest
Re: Bakery: Small Shop Module (ORIGINAL TOPIC)
« Reply #713 on: March 22, 2010, 09:49:13 PM »
Quote from: instantflorian on March 22, 2010, 07:01:46 PM
I guess you missed to add
Code: [Select]
<?php 
if(function_exists(&#39;register_frontend_modfiles&#39;)) {
  
register_frontend_modfiles(&#39;css&#39;);
  
register_frontend_modfiles(&#39;js&#39;);
} ?>

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 ;)
Logged

Offline Boudi

  • Posts: 1190
  • Gender: Male
  • //o_-\\
    • Yze Webdesign
Re: Bakery: Small Shop Module (ORIGINAL TOPIC)
« Reply #714 on: March 22, 2010, 09:56:32 PM »
Now I see,

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

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

Offline Boudi

  • Posts: 1190
  • Gender: Male
  • //o_-\\
    • Yze Webdesign
Re: Bakery: Small Shop Module (ORIGINAL TOPIC)
« Reply #715 on: March 22, 2010, 10:42:41 PM »
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
« Last Edit: March 23, 2010, 10:40:44 AM by Boudi »
Logged
...:: Bake the Unbakable ::...

sozanski

  • Guest
Re: Bakery: Small Shop Module (ORIGINAL TOPIC)
« Reply #716 on: March 23, 2010, 09:28:40 PM »
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
Logged

freeSbee

  • Guest
Re: Bakery: Small Shop Module (ORIGINAL TOPIC)
« Reply #717 on: March 23, 2010, 09:41:07 PM »
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
Logged

snark

  • Guest
Re: Bakery: Small Shop Module (ORIGINAL TOPIC)
« Reply #718 on: March 23, 2010, 10:57:56 PM »
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...
Logged

freeSbee

  • Guest
Re: Bakery: Small Shop Module (ORIGINAL TOPIC)
« Reply #719 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
Logged

sozanski

  • Guest
Re: Bakery: Small Shop Module (ORIGINAL TOPIC)
« Reply #720 on: March 24, 2010, 10:39:35 AM »
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.
Logged

Offline kweitzel

  • WebsiteBaker Org e.V.
  • **
  • Posts: 6983
  • Gender: Male
Re: Bakery: Small Shop Module (ORIGINAL TOPIC)
« Reply #721 on: March 24, 2010, 11:02:28 AM »
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
Logged

Offline Boudi

  • Posts: 1190
  • Gender: Male
  • //o_-\\
    • Yze Webdesign
Re: Bakery: Small Shop Module (ORIGINAL TOPIC)
« Reply #722 on: March 24, 2010, 03:19:58 PM »
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
Logged
...:: Bake the Unbakable ::...

sozanski

  • Guest
Re: Bakery: Small Shop Module (ORIGINAL TOPIC)
« Reply #723 on: March 25, 2010, 01:09:17 PM »
Hi again,

I've recently switched my "add to cart" submit button to an image with the following code:
Code: [Select]
<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.
« Last Edit: March 25, 2010, 06:03:20 PM by sozanski »
Logged

detonablue

  • Guest
Re: Bakery: Small Shop Module (ORIGINAL TOPIC)
« Reply #724 on: March 26, 2010, 12:29:33 PM »
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
Logged

  • Print
Pages: 1 ... 27 28 [29] 30 31 ... 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