bitpay / prestashop-plugin

BitPay payment plugin for PrestaShop
MIT License
23 stars 32 forks source link

Update module to Prestashop 1.6 #24

Closed fiharleh closed 9 years ago

fiharleh commented 9 years ago

Hi,

This module seems to be calling all order functions for Previous Prestashop 1.5? Could you please update the hole module so it works with prestashop 1.6?

For example you are calling on bitpay.php --> $options['redirectURL'] = (Configuration::get('PS_SSL_ENABLED') ? 'https://' : 'http://').htmlspecialchars($_SERVER['HTTP_HOST'], ENT_COMPAT, 'UTF-8').PS_BASE_URI.'order-confirmation.php?id_cart='.$cart->id.'&id_module='.$this->id.'&id_order='.$this->currentOrder;

And while looking /site/order-confirmation.php on Prestashop 1.6 there isnt files anymore? Prestashop 1.5 files are saying messages like this one:

/**

ionux commented 9 years ago

Working for latest version.

brohemath commented 8 years ago

I am having same problem, I have loaded the module in 1.4 and 1.5 without issue but when loading into 1.6 it never shows up in the module selection on the backend. I have tried everything, manually putting them in their respective folders, trying to add it from "add module" tab and nothing seems to work.