type of value when import

  • Posts: 846
  • Thank you received: 92
11 years 3 months ago #114834

i understand some items name can be import : `product_name`,`product_code`,`product_tax_id`,`product_quantity`,`product_min_per_order`,`product_max_per_order`,`product_weight_unit`,
`product_dimension_unit`,`product_published`,`product_type`,`product_description`,`product_modified`,`product_created`

Is there a documentation about which type ( int, string ...) are those items or where are they locate in database ?

Does hikashop_product is the name of the table that is ojly use when import export ?

`product_created` value is '1373148070' what does it mean ?


thank's

Last edit: 11 years 3 months ago by lionel75.

Please Log in or Create an account to join the conversation.

  • Posts: 73
  • Thank you received: 1
11 years 3 months ago #114848

they are located in hikashop_product

this is the structure of the table:
pastebin.com/e2qDgTyC
It's messy but readable

product_created has the value of the unix epoch timestamp generated with the php code:

<?php
echo time();
?>

Please Log in or Create an account to join the conversation.

  • Posts: 846
  • Thank you received: 92
11 years 3 months ago #114871

thank's

How many type of image that are manage by hikashop code ?
Is there a way to import them at once ?
Where are locate the url of the image for

  • product categories
  • product variant
  • product


regard's

Last edit: 11 years 3 months ago by lionel75.

Please Log in or Create an account to join the conversation.

  • Posts: 82730
  • Thank you received: 13345
  • MODERATOR
11 years 3 months ago #114924

Hi,

HikaShop handle all the types of images: gif, png and jpg
If you enter their URL or relative path in the folder media/com_hikashop/upload (after you uploaded them their) in the "images" column of your csv, they will be attached to your products and variants.
For categories, it's the column categories_image.

The following user(s) said Thank You: lionel75

Please Log in or Create an account to join the conversation.

  • Posts: 846
  • Thank you received: 92
11 years 3 months ago #116119

Please Log in or Create an account to join the conversation.

Time to create page: 0.074 seconds
Powered by Kunena Forum