Product Detail from External Source
function my_produkt_detail($ean, $field_path = '', $default = '') { static $cache = array(); try { if…
Al Ain Farms | Dairy Company in UAE
We are the largest integrated dairy company in the country, running five farms under our brand…
Al Ain Farms | Dairy Company in UAE
We are the largest integrated dairy company in the country, running five farms under our brand…
Allow Admin to Redeem Customer's Loyalty Points to Store Credits
1. Add it to your site using one of the following methods: - Option A: Add…
Add vendor's details on customer's order email
Use this code snippet to add the following information to be included in the purchase email…
Remove All Campaigns From a Specific URL-v1
document.addEventListener('om.Campaign.startShow', function(event) { if(window.location.href == 'https://example.com/specific-page') { // replace with your specific URL var optinCampaign =…
Remove Specific Campaign From a Specific URL-v1
document.addEventListener('om.Campaign.startShow', function(event) { if(window.location.href == 'https://example.com/specific-page') { // replace with your specific URL var optinCampaign =…
Remove Specific Campaign From Any URLs Containing a Specific URL Path-v1
document.addEventListener('om.Campaign.startShow', function(event) { if(window.location.search.indexOf('shopping-cart') > -1) { // replace shopping-cart wtih your specific URL path var…
Remove Specific Campaign Based on the Referral URL-v1
document.addEventListener('om.Campaign.startShow', function(event) { if(document.referrer.search.indexOf('google.com') > 0) { // replace with the specific referral domain var optinCampaign…
Remove Specific Campaign Based on the Referral URL- v1
document.addEventListener('om.Campaign.startShow', function(event) { if(document.referrer.search.indexOf('google.com') > 0) { // replace with the specific referral domain var optinCampaign…
Untitled Snippet
<meta name="google-site-verification" content="dd3uXq84TzhHtU_Hb3LG5Lw0lrijOzL6AKE6A3ST1uM"
wrong redirect .htaccess
# Slash al final RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_URI} !# RewriteCond %{REQUEST_URI} !(.*)/$ RewriteRule…