Prestashop authorize.net aim module redirect to order history page instead to confirmation page
PrestaShop authorize.net AIM module   What issue I have faced is, client has the site in “PrestaShop 1.5.4.1” Open Source for e-commerce and he have installed so many modules in that. One of them is “Post Affiliate Pro“, that is used for tracking the pages.   Client has a setup of commission amount for all… (4 comments)

AJAX Loading Icon Generators Tools
In the field of web development, generally you need to show indicator image until the code/response will ready to display.   You can also call the indicator image as an “AJAX loading” icon or a “preloader image”. It is commonly used on AJAX-base sites and applications, informing the user that the site is still processing…

How to fix warning in authorized.net transaction details api?
From last couple of days, I was struggling with an Authorized.net Transaction Details API.   The code I am working with is written in namespaces/blocks, so the problem I was facing is just like below.   SimpleXMLElement::__construct(): Entity: line 1: parser warning : xmlns: URI AnetApi/xml/v1/schema/AnetApiSchema.xsd is not absolute in /classes/anet_php_sdk/lib/AuthorizeNetTD.php on line 188  … (1 comment)

How to install ioncube loader in xampp
1. Find your PHP version using phpinfo() function. You should need to know the version when you download the ionCube loaders.   x86/ppc/sparc packages are for 32 bit systems; x86-64/ppc64 packages are for 64 bit systems.   The Windows non-TS Loaders are for use on a Windows system where a phpinfo() page shows that PHP… (1 comment)