Search found 4 matches

by Fetia
Sat Oct 09, 2021 10:16 pm
Forum: Community Help & Support
Topic: Activate payment module according to cart value
Replies: 2
Views: 1151

Re: Activate payment module according to cart value

Hello Zipurman.

Thanks : It works great !

In my old current shop the code is in /module/payment/moneyorder.php

class constructor

Thanks again.

Sandrine
by Fetia
Sat Oct 09, 2021 3:12 pm
Forum: Community Help & Support
Topic: Issue with a Multilingual site - Create Account is only possible in English
Replies: 2
Views: 1104

Re: Issue with a Multilingual site - Create Account is only possible in English

Hello Daniel

Thanks a lot for your fast answer.

It works now !

Best regards

Sandrine
by Fetia
Sat Oct 09, 2021 3:07 am
Forum: Community Help & Support
Topic: Issue with a Multilingual site - Create Account is only possible in English
Replies: 2
Views: 1104

Issue with a Multilingual site - Create Account is only possible in English

Hello I am starting a new installation of Phoenix 1.0.8 My original OsCommerce site is in 6 languages and I am trying to reproduce on Phoenix. All run ok except on : create_account.php The customer form is only available on the english version : https://presta.perle-de-tahiti.com/create_account.php?...
by Fetia
Fri Oct 08, 2021 3:49 am
Forum: Community Help & Support
Topic: Activate payment module according to cart value
Replies: 2
Views: 1151

Activate payment module according to cart value

Hello Moving my old site from OsCommerce 2.3 to Phoenix I would like activate/deactivate moneyorder.php payment module depending of the cart value. On OsCommerce the code was : if(MODULE_PAYMENT_MONEYORDER_STATUS == 'True'){ if($_SESSION['cart']->total>299){ $this->enabled = true; } else { $this->en...