Bulk transfer of Products, categories and manufacturer between stores on Opencart Ecommerce Store

Bulk transfer of products, categories, and manufacturers to stores on Opencart eCommerce store

If you have already inserted the products and want to add the store in the Opencart eCommerce store, after this transferring the products to the store is quite tedious. You have to go to each product and check for the store and click save, to remove this tediousness, we have created the bulk transfer of products which helps in transferring the products between the stores of Opencart eCommerce.

INSTALLATION OF FILES:

1 Unzip in the folder.
2 Upload the files inside the bulk_transfer folder to your OpenCart root folder.
3 In admin, go to Catalog >> Bulk Category Transfer or Catalog >> Bulk Product Transfer or Catalog >> Bulk Manufacturer Transfer
4 vQmod is needed for the backend to see the Catalog >> Bulk Category Transfer etc

If you don’t have the vQmod installed then you have to insert the following lines at admin/view/template/common/header.tpl

<li><a href=”index.php?route=catalog/portal_category&token=<?php echo $this->session->data[‘token’]; ?>”>Bulk Category Transfer</a></li>
<li><a href=”index.php?route=catalog/portal_instructor&token=<?php echo $this->session->data[‘token’]; ?>”>Bulk Manufacturer Transfer</a></li>
<li><a href=”index.php?route=catalog/portal_product&token=<?php echo $this->session->data[‘token’]; ?>”>Bulk Product Transfer</a></li>

Just below the

<li><a href=”<?php echo $information; ?>”><?php echo $text_information; ?></a></li>

and you will see the Catalog >> Bulk Category Transfer or Catalog >> Bulk Product Transfer or Catalog >> Bulk Manufacturer Transfer

5. When you click the Catalog >> Bulk Category Transfer, you will see two list of stores

product, categories and manufacturer bulk transfer in Opencart

Portal 1 or store 1 is from where you are copying the categories and portal 2 or store 2 is to where you are copying the categories.

After choosing the portals or stores, you will be able to see the list of categories that are not already in portal 2.

For eg. if Desktop is already in portal 2 then it will not show in the list.

If you don’t want to transfer some of the category then unchecked the checkbox and click save. Unchecked will not be transferred.

Bulk transfer categories in Opencart

In the above figure the software, laptops and notebooks and components are not transferred to the portal 2 or store 2

By this same process, we can transfer products and manufacturers.

If you get the following message

Permission Denied!

You do not have permission to access this page, please refer to your system administrator.

====

Go to the System >> Users >> User Groups and edit the Top Administrator and then check as in the figure:

permission opencart

permission for bulk transfer

It means we have to give permission to catalog/portal_category, catalog/portal_instructor, catalog/portal_product.

SEE MORE: Opencart Extension for free

Previous articleShow the first four categories in the menu in OpenCart
Next articleShow Google Map at the contact us page and as module Opencart e-Commerce website

1 COMMENT

  1. I think the admin of this web page is genuinely working hard in favor of his website, as here every material is quality based material.

LEAVE A REPLY

Please enter your comment!
Please enter your name here