Magento 1
Personalise-iT Product Selector Extension Configuration
This extension enables you to bypass the normal Magento Product Structure and add products to your Magento Shopping Cart directly from the PERSONALISE-iT Interface Once installed for this extension to work the following rules must be in place Product ...
Importing personalised product data to your eCommerce Website
As part of the PERSONALISE-iT App Embed Extension we provide you with a modified Magento import script (via Advanced / All Products) The Product Management feature in the Gateway 3D ACP enables you to create an export from your personalised products ...
Setting Up the Single Sign On Extension
The single sign on extension enables you to create a seamless login link to Magento from another web application To start using you need to set up a few details in your Magento Admin Panel 1. Go to System > Configuration > Gateway 3D Settings > ...
White Label Website Duplication Wizard
The website duplication wizard is an extension which we install onto the back end of your website which will enable you to create websites for any customers you may be doing websites for. The duplication wizard is used to copy the base template of ...
Configuring our Personalise iT Magento 1 Extension
If using our new API the path mentioned in this video has been updated and should be https://api-sl-2-2.custom-gateway.net/legacy-order - This is set automatically by default on the latest versions of our extension.
Shopping Cart Price Rule Importer
To import shopping cart price rules, you will need to have an appropriate CSV file prepared. CSV File + Options The CSV is a standard format CSV file, comma separated with double quotes encapsulating each field. Examples attached. Maximum size for ...
Order Troubleshooting - what to check if your PERSONALISE-iT orders are not appearing in Order Manager
Things to check if an order isn’t going through to the order manager or showing as paid in the print manager. Note that by default, the Personalise-iT “cronjob” is scheduled to run every 10 minutes. For Magento Users Check that the Magento order is ...
Changing the Add to Cart Message & Cart Redirect URL in the Personalise-iT Module
Warning: Making any modifications to the Personalise-iT module means that you may have to reapply them every time you wish to update the module to the latest version. It is highly recommended that you keep track of your modifications, either manually ...
Hide print job url and other custom options from shopping cart in magento
A) open personaliseit/cart/item/default.phtm B) add $is3d=false; in the top of the document for example below $options = $this->getOptionList(); C) update if($productOptions && $options) {....} to looks like this if($productOptions && $options) { ...
Configuring the Magento 1 Auto Import Extension
The Magento Auto Import Extension enables products to be auto added to your Gateway Site / Magento Website It has been designed to work with Gateway Custom Product Platform (CPP) Once installed go to System > Configuration > Gateway 3D Settings > ...
Installing our Personalise iT Magento Extension
1) Here is the plugin for your Magento installation: https://marketplace.magento.com/cust-gateway3d-personaliseit.html Here are 2 documents that will help during the installation and configuration ...
Personalise-iT: Controlling Which Account an Order is Created for
Since v1.6.10.0, the Personalise-iT module provides the ability to control supplier company ref ID in three different ways. The supplier company ref ID is a unique code identifying which account an order is created under in OMS. Which ref ID is used ...
Resolving Magento Extension Conflicts
Whenever installing more than one Magento Extension you have the potential for the extensions to clash - as they both could potentially overwrite the same files - this is just the way Magento works and is not the fault of any specific extension A ...
Product Page Display Options for PERSONALISE-iT Magento Extension
By default our Magento PERSONALISE-iT Extension adds to the base Magento files for product display app/design/frontend/base/default/template/personaliseit/product/view/media.phtml As Magento themes can be written in many ways it is unlikely that this ...