v1.6-v1.7 Pay in store module 2.1.0

d-shilko

Well-known member
☆☆ Special ☆☆
☆ Pro ☆
Joined
Jun 10, 2021
Messages
2,602
Reaction score
1,812
Points
113
NullCash
1,591
demo link where?
Post automatically merged:

i think is this https://addons.prestashop.com/en/payment-physical-stores/7922-pay-in-store.html#overview
Old version. Developers site not exist

/**
* 2017 ModuleFactory.co
*
* @author ModuleFactory.co <info@modulefactory.co>
* @copyright 2017 ModuleFactory.co
* @license ModuleFactory.co Commercial License
*/

$this->fshelper = FsPayInStoreHelper::getInstance();
$this->confirmUninstall = $this->l('Are you sure you want to uninstall?');
$this->bootstrap = true;
$this->author = 'ModuleFactory';

$this->name = 'fspayinstore';
$this->tab = 'payments_gateways';
$this->version = '2.1.0';
$this->ps_versions_compliancy['min'] = '1.7';
$this->module_key = '543e2462db1514ae726411bf7be62e00';
$this->contact_us_url = 'https://addons.prestashop.com/en/contact-us?id_product=22620';
$this->displayName = $this->l('Pay in Store');
$this->description =
$this->l('Adds an In-Store payment method with In-Store payment options and store location visualization.');
 

hxcode

Well-known member
Master
Diamond
Elite
Joined
Aug 16, 2020
Messages
3,835
Reaction score
462
Points
83
NullCash
26
Old version. Developers site not exist

/**
* 2017 ModuleFactory.co
*
* @author ModuleFactory.co <info@modulefactory.co>
* @copyright 2017 ModuleFactory.co
* @license ModuleFactory.co Commercial License
*/

$this->fshelper = FsPayInStoreHelper::getInstance();
$this->confirmUninstall = $this->l('Are you sure you want to uninstall?');
$this->bootstrap = true;
$this->author = 'ModuleFactory';

$this->name = 'fspayinstore';
$this->tab = 'payments_gateways';
$this->version = '2.1.0';
$this->ps_versions_compliancy['min'] = '1.7';
$this->module_key = '543e2462db1514ae726411bf7be62e00';
$this->contact_us_url = 'https://addons.prestashop.com/en/contact-us?id_product=22620';
$this->displayName = $this->l('Pay in Store');
$this->description =
$this->l('Adds an In-Store payment method with In-Store payment options and store location visualization.');
thx!
 

Sillumin

Well-known member
☆ Pro ☆
Master
Diamond
Elite
Joined
Jun 18, 2021
Messages
3,620
Reaction score
789
Points
113
NullCash
6,275
This is Pay in Store by ModuleFactory v2.1.0. No official page is found.
 

cien

Well-known member
Master
Diamond
Elite
Joined
Feb 17, 2019
Messages
175
Reaction score
889
Points
93
NullCash
2,055
thanks for sharing we will try it
 

Caccolotto

Member
XNullUser
Joined
Jun 5, 2022
Messages
29
Reaction score
0
Points
8
NullCash
6
has anyone tried this module and know if it works on prestashop 1.7.8?
 

Dania

Member
XNullUser
Joined
Oct 27, 2023
Messages
35
Reaction score
0
Points
6
Location
italy
NullCash
3
You must include the link and the module version!
 
Top