Categories, products, images push from SB to production

To add the categories, items, and images to production for the pure care website.
Jira Number: PCIC-519

Requirement

1. Add the updated categories and newly added categories in the sandbox to production along with the images added in the category record.
2. Add each item to the categories correctly.
3. All the images from the sandbox to be added to production.
4. Item record should be updated with the sandbox’s out-of-stock behavior, page title, display name, thumbnail, images, brands, detailed description.

Solution

For category update we can perform a csv import with the fields that we updated in the sand box .It includes the following fields,

  • Category
  • Subcategory of
  • Thumbnail
  • Display in website
  • Inactive

In the CSV import we import all the details as a CSV file and we upload it to the production.This will update the categories field and also will add if there are any new categories.
The CSV file will look like

For the items also we can perform a CSV import for the fields that we update in the sandbox.
The fields include ,

  • Page title
  • webstore display name
  • detailed description
  • out of stock behavior
  • ITEM DISPLAY THUMBNAIL
  • The categories under which each product is added
  • LARGE IMAGE 0
  • ALTIMAGE1
  • ALTIMAGE2
  • ALTIMAGE3
  • ALTIMAGE4
  • ALTIMAGE5
  • Brands
  • Display in website
  • inactive

In the CSV import, we import all the details as a CSV file and we upload it to the production. This will update the item record field


For images, we can add it to the production by creating a zip of the folder and unzip it in the production. 

Leave a comment

Your email address will not be published. Required fields are marked *