Show Posts


Messages - Ollie

Pages: 1 [2] 3 4 ... 17
16
General Support / Re: AbanteCart not working fully with PHP 7
« on: January 28, 2017, 12:37:50 PM »
Thank you, guys. Issue resolved. There was no need to make any changes to the php.ini file, only turn on the "allow_url_fopen" directive in PHP.

17
General Support / Re: AbanteCart not working fully with PHP 7
« on: January 27, 2017, 11:19:53 PM »
also you should to check directive allow_url_fopen = On via admin-side. Be sure that it is ON.
i mean admin->system->settings->system -> button phpinfo()

I don't see this option under System > Settings > System. Please doublecheck. I'm using version 1.2.9.

18
General Support / Re: AbanteCart not working fully with PHP 7
« on: January 27, 2017, 08:08:24 AM »
it's not related to php7
Just add exit(); after print(). You have enabled output buffering and compressing for pages. It flushes your custom code output.

I tried exit(); It didn't work, either. It only detached the module from the main page, but it didn't show the content, as expected.

19
General Support / Re: AbanteCart not working fully with PHP 7
« on: January 26, 2017, 12:54:01 PM »
Check your php.ini file and add these lines or un-comment them if they don't exist or are commented out:
Code: [Select]
extension=php_openssl.dll
allow_url_fopen = On
Tell us the results.

Your code snippet did not work.

20
General Support / AbanteCart not working fully with PHP 7
« on: January 26, 2017, 09:54:42 AM »
Recently, I upgraded to PHP 7 for PCI compliance. I tested my store and all the PHP functionalities seem to be working fine, except for one thing. For some reason, the store (version 1.2.9) stopped printing this line of code after the upgrade:
<?php print(file_get_contents(HTTPS_SERVER."index.php?rt=r/content/content/loadInfo&amp;content_id=3")); ?>

How can I fix this?

21
General Extensions / Re: How to remove an extension from the Marketplace?
« on: January 17, 2017, 07:56:16 PM »
Let us know what extension you like to remove it and we will disable it for you.

In upcoming marketplace update there will be ability to disable extension.

Please disable Checkout Optimizer. It's been merged with another extension (to be updated soon). Thank you for your help.

22
General Extensions / How to remove an extension from the Marketplace?
« on: January 17, 2017, 04:28:02 AM »
I merged two extensions into one and now I want to remove one of them from the Marketplace. What steps should I take?

23
Customization help / Re: Add to Cart button looks goofy
« on: January 16, 2017, 03:38:43 AM »
Than you.

24
Customization help / Re: Add to Cart button looks goofy
« on: January 15, 2017, 10:07:59 PM »
Share the link to this page. It is not possible to suggest without inspecting your HTML/CSS.

Here's the page link: https://assistech.com/store/704054

25
Customization help / Add to Cart button looks goofy
« on: January 15, 2017, 05:39:39 AM »
For some reason, my Add to Cart button is showing two cart icons instead of one. See attached screenshot. How can I fix that? I appreciate if someone could give me the specific code that I need to use in style.css. Or maybe this is being caused by something else.

26
General Support / PCI Compliance
« on: January 06, 2017, 02:18:06 PM »
I need to fill out a self-assessed questionnaire (SAQ) for PCI compliance and I have a question: Is AbanteCart  PCI DSS validated?

Here's an article from Wikipedia on this topic: https://en.wikipedia.org/wiki/Payment_Card_Industry_Data_Security_Standard

If not PCI DSS validated, what do merchants need to do on their end?

NOTE: I have a strong SSL certificate and use Authorize.net for payment gateway.

27
General Support / Re: Getting a parsing error message
« on: December 07, 2016, 01:08:06 PM »
This is what I have in system settings:

store URL: https://assistech.com/store/
secure store url: https://assistech.com/store/

28
General Support / Re: Getting a parsing error message
« on: December 07, 2016, 01:06:39 PM »
system/logs/error.txt ?

This is the last error message, it's showing yesterday's date:

2016-12-06 3:53:35 - App Warning: AbanteCart core v.1.2.8 Warning: Accessing store with non-configured or unknown domain ( assistech.com:443/store/ ).
 Check setting of your store domain URL in System Settings . Loading default store configuration for now. in /home/xxx/public_html/store/core/lib/config.php on line 210

29
General Support / Getting a parsing error message
« on: December 07, 2016, 11:59:48 AM »
For some reason, I'm getting this error message when placing an order in my shopping cart: 

parsererror SyntaxError: Invalid character

The shopping cart was working fine until yesterday. Any idea on how to fix the problem?


30
General Support / Re: How to set cookie domain
« on: November 10, 2016, 01:18:26 PM »
Why did you deleted your original topic?
i already suggested solution before.

As I explained in this post, the solution you suggested earlier did not work for me. I waited for a solution for several days, nobody responded; that's why I deleted the original post. Are you proposing the same solution or is this something new? I'm not clear what you mean by "other places". Can you be more specific? Thank you.

Pages: 1 [2] 3 4 ... 17

Powered by SMFPacks Social Login Mod