PHP/ MySQL issue -


i have on 10,000 products won't able create new web page each 1 or add each 1 cms individually.

here's have:

  • a cms allows me mass-upload using csv file
  • a cpanel godaddy server mysql databases

correct me if i'm wrong process adding product:

  1. connect cms cpanel server
  2. add products cms using csv file
  3. create database in mysql ont godaddy server.
  4. add php website oriduct page extract product information.

i'm confused how product information transferred cms database in mysql

when cms installed , connected database -which should regular setup- import products csv via cs.cart import:

  1. in administration panel, go administration > import data > products.
  2. make sure fields in csv file have same names ones listed under products section on page. check whether values of fields have correct format. more information correct format read imported fields format article.
  3. in import options section, specify following settings [...]
  4. click import button.

Comments

Popular posts from this blog

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -