WebsiteBaker Support (2.8.x) > Bakery Shop

Bakery: Small Shop Module (ORIGINAL TOPIC)

<< < (140/167) > >>

Ruud:

--- Quote from: zonathen on March 08, 2010, 02:59:54 AM ---Thanks for wonderful module.

When I upload with resize option it seems to be rotating the image 90 degrees to the left so the image is sideways when displayed.  I looked at the code and didin't see anything obvious in resize functions.  Anybody else experiencing this behaviour with resizing images on upload?

--- End quote ---
Probably you are locally viewing your images in a (smart) viewer that will autorotate based on the camera orientation information in the image.
Before upload, just be sure your image is really rotated corectly.

westonjeff:
Need to test with PayPal's Sandbox system

I've tried revising line #27 in "payment_methods\paypal\check_payment.php"  from "false" to "true" but orders still get directed to www.paypal.com instead of www.sandbox.paypal. com
 
// Use payment gateway sandbox for testing
$testing  = false;

I see later in the file the following:
$pdt_url = $testing ? 'www.sandbox.paypal. com' : 'www.paypal.com';

Not being a seasoned PHP programmer, I appreciate any help you experts can provide.

Couldn't find anything on http://www.bakery-shop.ch/ or here . .  .

Thanks in advance for any help, and for a great module!!

freeSbee:
Hi Westonjeff


--- Quote from: westonjeff on March 10, 2010, 03:42:34 PM ---Need to test with PayPal's Sandbox system

I've tried revising line #27 in "payment_methods\paypal\check_payment.php"  from "false" to "true" but orders still get directed to www.paypal.com instead of www.sandbox.paypal. com

--- End quote ---

Due to a lack of a config file you have to set it 3 times:

Set $testing = false; to $testing = true; at...

* payment_methods/paypal/processor.php line 26
* payment_methods/paypal/check_payment.php line 27
* payment_methods/paypal/ipn.php line 29
If you like to get detailed information on the PayPal IPN (Instant Payment Notification) testing transaction to a special email account specify a testing email address at payment_methods/paypal/ipn.php line 30.

Regards Christoph

westonjeff:
Revised three files as suggested, and order now went to Paypal's sandbox as hoped, but . . .

#1 -- Order detail didn't display at PayPal, just a total order amount. I'll look around, but wonder how I can get order detail to display on Paypal page(s).

#2 -- Upon return to test store, Bakery informed me "Payment status or payment method is not defined."

#3 -- Didn't receive email notifications from Bakery or Paypal.

More help would be *much* appreciated if time permits . . . thank you!

freeSbee:
@ westonjeff


--- Quote from: westonjeff on March 10, 2010, 09:22:05 PM ---Revised three files as suggested, and order now went to Paypal's sandbox as hoped, but . . .
#1 -- Order detail didn't display at PayPal, just a total order amount. I'll look around, but wonder how I can get order detail to display on Paypal page(s).

--- End quote ---
True, no order details are sent to PayPal by Bakery, just the order total amount.


--- Quote from: westonjeff on March 10, 2010, 09:22:05 PM ---#2 -- Upon return to test store, Bakery informed me "Payment status or payment method is not defined."
#3 -- Didn't receive email notifications from Bakery or Paypal.

--- End quote ---
Login to your PP sandbox account to get further information on the payment status and to see the PP emails (no real emails are sent by the sandbox). Bakery just sends email notifications if the transaction payment status returned by PayPal is "Completed".

Regards Christoph

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version