Documentation
Installation instructions
If downloaded package has .ocmod.zip extension, you can install it using Extension Installer. If you see "The directory is not allowed to be written to" error message, download Extension Installer Fix from this page and install it. Then install the main extension.
In any other case or if you want to install it manually, unpack and upload all folders to the root of your store. If there's install.xml file in the package, rename it to extension_name.ocmod.xml, replacing "extension_name" with extension's name, and upload it to "system" folder.
When upgrading from previous version rewrite all existing files. Refresh modifications cache from Extensions -> Modifications page.
Note for OpenCart 2.0.X users
Sometimes OCMod inserts modification in multiple files, which are separated by "|" character in XML-file. On earlier OpenCart 2 versions a comma was used instead. To quickly fix this, open XML file and replace all occurrences of "|" character with "," for "path" attribute in every applicable <file> element. Search for "<file path=" to quickly find and highlight all elements.
Note for OpenCart 2.3 users
On OpenCart 2.3 compatibility code is broken, which may lead to Permission Denied issue, when you access extension settings. To fix this you need to install OpenCart 2.3 Compatibility Fixes extension.
The right sequence of actions is the following:
- Download our purchased (or free) extension, but do not install it yet (uninstall, if already installed).
- Install OpenCart 2.3 Compatibility Fixes extension.
- Refresh modifications cache from Extensions -> Modifications page.
- Go to System -> User Groups and select all access/modify permissions for your group.
- Install our purchased (or free) extension.
If you did everything right, everything will start working properly.
Note for OpenCart 3 users
NOTE: Instructions below are required only if "admin" or "catalog" folders are present in the package!
To install and use extension on OpenCart 3 you need to install OpenCart 3 Compatibility Fixes. It adds backward compatibility with old extension structure plus adds back support for .tpl files and enables automatic template engine detection.
The right sequence of actions is the following:
- Download our purchased (or free) extension, but do not install it yet (uninstall, if already installed).
- Install OpenCart 3 Compatibility Fixes extension.
- Go to Extensions -> Modules section, install and enable Template Switcher.
- Refresh modifications cache from Extensions -> Modifications page.
- Go to System -> User Groups and select all access/modify permissions for your group.
- Install our purchased (or free) extension.
If you did everything right, everything will start working properly.
Permissions
In some cases it is required to manually set permissions for installed extension. To do this go to System -> User Groups, find your group and select access/modify permissions for desired extension. You can find extension in permissions list by folder/filename pair (for example, marketing/acoupon).
Extension Setup
Go to Extensions -> Modules -> Product Shipping & Payment, click Install, open extension settings and setup accordingly.
It is highly recommended to use Batch Processing for the first time and apply desired methods to multiple products at once (see below). Individual products should be edited manually.
Batch Processing
Batch processing allows you to apply default set of shipping and payment methods to selected categories. You can select different sets of methods and apply them to different product categories. This will save you a lot of time, especially, if you have a lot of products in your store.
Go to extension settings, select shipping and payment methods you want to set, select categories you want to apply selected methods to and click Save button. Next time you can select different methods and apply them to different categories the same way.
Individual Products Setup
To set shipping and payment methods for individual products simply open a product for editing, click Links tab, select desired methods and save. Do the same for all other products you wish to tweak.
Safe Methods
From time to time your customers may see "No shipping/payment methods available" message. This is absolutely normal and means, that they have products in the cart, which exclude all available shipping/payment methods. To avoid such situations, you need to select safe shipping and payment method in extension settings.
When safe shipping and payment methods are set, customers will be able to checkout properly no matter the contents of the cart. No warning message will be displayed. You can later manually edit order with safe shipping/payment methods, if you wish.