Client not moved over to Paypal on check out.

  • Posts: 5
  • Thank you received: 1
10 years 3 weeks ago #178150

-- url of the page with the problem -- : www.impeccablejewellery.com
-- HikaShop version -- : 2.3.4
-- Joomla version -- : 3.3.6
-- PHP version -- : 5.4.33
-- Browser(s) name and version -- : FireFox
-- Error-message(debug-mod must be tuned on) -- : Notice: Undefined property: stdClass::$product_group_after_purchase in /home/igdca849/public_html/plugins/hikashop/group/group.php on line 77

Notice: Undefined property: stdClass::$product_group_after_purchase in /home/igdca849/public_html/plugins/hikashop/group/group.php on line 77

After the client clicks on the finish button on the cart they are moved over to the redirect page but nothing happens paypal doesn't load. If you click on the Pay Now button you are moved over, to paypal.

Looking at the error message there 's a undefined property has any one else had this problem?

www.impeccablejewellery.com

HikaShop Paypal payment plugin

Please Log in or Create an account to join the conversation.

  • Posts: 26158
  • Thank you received: 4028
  • MODERATOR
10 years 3 weeks ago #178164

Hi,

Can you please re-download HikaShop 2.3.4 ?
It should fix the paypal problem.

About the warning, you can edit the plugin "plugins/hikashop/group/group.php" (after the update) and replace the line

if($product->product_group_after_purchase != 'all' && $product->product_group_after_purchase != '') {
By
if(!empty($product->product_group_after_purchase) && $product->product_group_after_purchase != 'all' && $product->product_group_after_purchase != '') {
I'll remove the warning.

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

Please Log in or Create an account to join the conversation.

  • Posts: 5
  • Thank you received: 1
10 years 3 weeks ago #178224

Thanks its working now.

Last edit: 10 years 3 weeks ago by cleansweep.

Please Log in or Create an account to join the conversation.

Time to create page: 0.050 seconds
Powered by Kunena Forum