Show Posts


Messages - JerryPF

Pages: [1]
1
Hello Basara,

The browser is firefox on windows 7
With the popup window  active, when using the scroll wheel
of the mouse, the only thing scrolling up and down is the underlying
Website page.
The modal popup window stays in the same position
And the privacy policy text is not scrolling.
What should i do?
Thanks.

Cheers
Jerry

2
Hi all,

At the moment we're developing a new website using AbanteCart 1.2.15

When a customer is creating a new customer account, at the bottom of the screen
there's the optional checkbox which a customer should tick to agree to the Privacy statement.
Right in front of this checkbox, there's a link to the Privacy statement text.
When the customer clicks this link, a Javascript modal popup window is shown on the screen,
displaying all text of the Privacy statement.
In our case the Privacy statement has a lot of text, and only half of that can be read in the modal
popup window.
To be able to read the full Privacy statement text, this modal popup window needs vertical scrollbars, which
it doesn't have at the moment.
Is there a javascript expert who could please let me know how to enable vertical scrollbars in the modal popup
window? The code for the current popup window can be found at the bottom of custom.js in the javascript directory.
Thanks a lot in advance!

Cheers,
Jerry

3
General Support / Re: Latest compatible PHP version?
« on: April 26, 2018, 07:21:31 AM »
Hi,

On our development server we run PHP 7.1.16 without experiencing any problems.
AC version we use is 1.2.12

AC 1.2.13 ? That's interesting. On the AC website I can only find a download link
to apparently the latest AC version 1.2.12

How to download AC version 1.2.13 and when will it be available?

Cheers,
Jerry

4
General Support / Re: Mail function.
« on: March 23, 2018, 08:12:55 PM »
For sending order confirmation email to the customer, you can find the code
in /storefront/model/checkout/order.php, function _confirm(.....)

Cheers,
Jerry

5
General Support / Illegal string offset 'extensions'
« on: March 18, 2017, 09:41:40 PM »
Hi there,

I'm using AbanteCart 1.2.9 and PHP 7.1.3 on a Linux server.

I haven't installed any extension.
When I try to install an extension, using "Install extension", extension upload, after I select the local .tar.gz file and press "Continue", all I see is a blank screen, instead of the extension agreement text.

The AbanteCart System Error log is showing the below lines:
warning: AbanteCart core v.1.2.9 Illegal string offset 'extensions' in <b>/var/www/html/AbanteCart-129/admin/controller/pages/tool/package_installer.php</b> on line <b>540</b>

AbanteCart core v.1.2.9 Cannot use string offset as an array in <b>/var/www/html/AbanteCart-129/admin/controller/pages/tool/package_installer.php</b> on line <b>540</b>

The HTTP error log shows no errors about this at all.

I've searched this forum for solutions but could not find anything about this.

Has anyone had this error before, and found a solution to this problem?
Please let me know.

Thanks for your help.

6
Hi Basara,

Thanks for your reply.
I will try your suggestion.
After the send function has been executed for the first time, there's an error message shown
like this: !ERROR in a red color. This error message then disappears and then the send function gets
executed for the second time.
So also have to find out where this error message is coming from.

Will also try whether tracing the jscript code will show anything strange.

7
Hi,

I'm using AbanteCart 1.2.8 without any extensions added so far.
I have developed a custom payment extension for using the card processing facilities from an Australian Bank.
This extension is based on the Cashflows extension and is almost the same. Both admin part and storefront part
of my new extension are working perfectly, without any errors in the System log report, except for one thing.

Whenever I press the Enter key in the last checkout screen, where the credit card details are to be entered, when
the cursor is in the CCV field, where the CCV field is having a correct three digit CCV code, the send function in the
storefront controller for this extension is executed twice, resulting in a double payment.
After that, the order is saved correctly only once, and can be seen in the admin part, having the correct order status.
No errors logged in the admin log report. If I click the confirm button instead of pressing the Enter key, the send
function is executed only once, so only one payment, which is good, and after that again the order gets saved correctly.

Although I don't have a Cashflows account, I did the same test using the Cashflows extension, and after pressing the Enter key, having the cursor in the CCV field, an error message about missing account data (of course because I don't have a Cashflows account) is shown twice below each other, meaning that in this test, also the send function of the Cashflows storefront controller is executed twice.
When trying to confirm an order by clicking the Confirm button, this error message is shown only once.

Has anyone noticed this behaviour, and found a solution for this?

Pages: [1]

Powered by SMFPacks Social Login Mod