Search found 7 matches

by driven22
Mon Oct 04, 2021 1:48 pm
Forum: Community Help & Support
Topic: Choice bill or invoice in checkout_payment
Replies: 2
Views: 1309

Re: Choice bill or invoice in checkout_payment

Mostly it works. I have an additional like comment field that the client pays out when it is in payment_checkout. This field contains additional information for the invoice. This information is displayed in admin next to the comment field and is stored in the database. Unfortunately, I can't get thi...
by driven22
Thu Sep 23, 2021 4:29 pm
Forum: Community Help & Support
Topic: Choice bill or invoice in checkout_payment
Replies: 2
Views: 1309

Choice bill or invoice in checkout_payment

I have a litle problem with my code. In checkout_payment I must be able to choose a bill or an invoice. If the customer selects an invoice, he must provide the company's NIF or other data for the invoice. In the previous version of oscommerce it worked for me. https://www.kuzdrowiu24.pl/images/a1.pn...
by driven22
Thu Sep 23, 2021 10:47 am
Forum: Community Help & Support
Topic: Ship2pay in Phoenix
Replies: 14
Views: 3725

Re: Ship2pay in Phoenix

On shop side i have this error/notice: Notice: Undefined index: in /home/xxx/sklep_phoenix/includes/classes/ship2pay.php on line 33 file includes/classes/ship2pay.php: 32 function get_pay_modules($ship_module){ 33 return $this->modules[$ship_module]; 34 } 35 } Can you help me with this ?Admin side i...
by driven22
Thu Sep 23, 2021 8:48 am
Forum: Community Help & Support
Topic: Ship2pay in Phoenix
Replies: 14
Views: 3725

Re: Ship2pay in Phoenix

After two days of rework, it started working. When I turn on error reporting on the server, a lot of them are displayed (but somehow it works). Unable to run the delete - tried various changes, but for now I have to do it via phpMyadmin. Phoenix was terribly complicated, simple files separated into ...
by driven22
Mon Sep 20, 2021 6:49 pm
Forum: Community Help & Support
Topic: Ship2pay in Phoenix
Replies: 14
Views: 3725

Re: Ship2pay in Phoenix

Ok i changed :if ($_GET['action']) {
to
if (isset($_GET['action'])) {

and the error " Undefined index: action in" is not displayed. The rest to be repaired. COD still doesn't work
by driven22
Mon Sep 20, 2021 6:27 pm
Forum: Community Help & Support
Topic: Ship2pay in Phoenix
Replies: 14
Views: 3725

Ship2pay in Phoenix

I have some problems with adaptation Ship2pay to Phoenix. I need help Notice: Undefined index: action in /xxxxx/admin/ship2pay.php on line 44 if ($_GET['action']) { switch ($_GET['action']) { Notice: Undefined index: action in /home/xxxxx/admin/ship2pay.php on line 153 Notice: Undefined variable: tr...
by driven22
Sun Sep 19, 2021 4:56 pm
Forum: Community Help & Support
Topic: My character conversion for Ultimate SEO - Polish pack
Replies: 0
Views: 3144

My character conversion for Ultimate SEO - Polish pack

I created a Polish character pack for Ultimate Seo URLs for Phoenix and I'd like to share it. Best regards, Grzesiek ;) <?php /** * * ULTIMATE Seo Urls for Phoenix * * * @package Ultimate Seo Urls 5 * @license http://www.opensource.org/licenses/gpl-2.0.php GNU Public License * Portions Copyright 200...