Sometimes, the GeoIP Redirect module might not show expected behavior during testing. This is due to the fact that certain VPN extensions don't work correctly for some countries. There are two available options for thorough testing: 1. IP addresses ...
GeoIP Redirect and Store Switcher are the two names of the same Amasty extension, they deliver identical functionality. Several product pages have been created to reveal the functionality of the module from different angles.
There is a known issue with using the GeoIP Redirect module with Cloudflare. It occurs due to the actual IP address of a customer being replaced by the proxy IP. To introduce compatibility between Cloudflare and the GeoIP Redirect module, follow the ...
Starting from version 1.3.10, the GeoIP Redirect extension does work with Varnish cache, but requires a few changes in the web server configuration for that: 1. For nginx - add the following code in any place of the nginx.conf file: set_real_ip_from ...
Before you proceed to configure the settings of the extensions, make sure that you have downloaded and imported the GeoIP Data. For that, please open Magento Admin Panel → Stores → Configuration → GeoIP Data → Configuration, click the Download and ...
Kindly note that the API functionality for Blog Pro is available as a part of an active product subscription or support subscription. GET /V1/amasty_blog/author/:authorId - Get one author GET /V1/amasty_blog/author/all - Get list with conditions ...
Please, find the Online store > Themes > Customize > Edit Code > Snippets > price.liquid snippet and add the following code on the bottom: <p class="caption">{{ product.published_at | date: "%Y-%m-%d %H:%M" }}</p> As a result, the publishing date ...
It will be possible to add the required block in the product-price.liquid code. To proceed, follow the steps below: 1. Proceed to Online store > Themes > Customize > Edit Code. 2. Add a new snippet in the Snippets folder: Insert the content below and ...