1. Anton666
  2. RO CSVI
  3. Friday, 14 October 2016
  4.  Subscribe via email
For my product i have several metategs
-product_title
-product_metadesc
-product_metakey
it's meta information for product page!

How can import it?
which fields i must choose?
Accepted Answer Pending Moderation
Hello,
For importing meta tags for product you can use metadesc and metakey fields. You also need to have product_sku in your import file so meta tags gets updates for a specific product. So for your fields it would be

-product_title

product_name
-product_metadesc

metadesc
-product_metakey

metakey
Kind regards,

Tharuna

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 1
Accepted Answer Pending Moderation
1. i can't find this fields, they are absent! i only see metakey and metadesc!!

2. Please advice syntaxyx for import - custom fields (type - string)
how siparate different value?
how mark price?, defaul value?

3. if i am importing poducts several times - field related product will be add avery time one more?
  1. more than a month ago
  2. RO CSVI
  3. # 2
Accepted Answer Pending Moderation
Hello,
1. i can't find this fields, they are absent! i only see metakey and metadesc!!

Yes, metakey and metadesc are the fields you need to use for importing metatags for a product. Can you be specific on which fields you dont see?

2. Please advice syntaxyx for import - custom fields (type - string)
how siparate different value?
how mark price?, defaul value?

If you are looking at importing custom fields for a product. Have a look at product import with custom fields document.

3. if i am importing poducts several times - field related product will be add avery time one more?

Which version of VirtueMart are you using? CSVI deleted the related products which is already in there and inserts new with import. This could be a problem with your virtuemart_vendor_id field value in #__virtuemart_customs table for Related products. The virtuemart_vendor_id field value should be 0 for row with custom_title COM_VIRTUEMART_RELATED_PRODUCTS. Check this table and virtuemart_vendor_id value, try changing the value to 0 if its 1. That should solve the related products duplicate issue.
Kind regards,

Tharuna

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 3
Accepted Answer Pending Moderation
1. metakey and metadesc - ok
where field product_title?
3. i have latest version of VM
where i can find an check COM_VIRTUEMART_RELATED_PRODUCTS and virtuemart_vendor_id value??
  1. more than a month ago
  2. RO CSVI
  3. # 4
Accepted Answer Pending Moderation
2. Can i import custom parametr for product together with main product import?
or it necesary separate file and import?
  1. more than a month ago
  2. RO CSVI
  3. # 5
Accepted Answer Pending Moderation
4. I have images with a different dimension of full image for product
i need to form with product import thubnails image size 345x380px, automaticaly it 's wiil be with wrong proportion, becuse image will be look bad - wrong proportion.
but i need that your script enlarge or reduce image (to center) to my size without changing proportion, you are understand?
it's possible?
  1. more than a month ago
  2. RO CSVI
  3. # 6
Accepted Answer Pending Moderation
Hello,
1. metakey and metadesc - ok
where field product_title?

The field you need to use here is product_name.

3. i have latest version of VM
where i can find an check COM_VIRTUEMART_RELATED_PRODUCTS and virtuemart_vendor_id value??

In your phpmyadmin, select your database and look for table #__virtuemart_customs table, there will be a row with custom_title COM_VIRTUEMART_RELATED_PRODUCTS, check the column virtuemart_vendor_id value for that row.

2. Can i import custom parametr for product together with main product import?
or it necesary separate file and import?

Yes, you can import your custom fields and parameters with your product import.

4. I have images with a different dimension of full image for product
i need to form with product import thubnails image size 345x380px, automaticaly it 's wiil be with wrong proportion, becuse image will be look bad - wrong proportion.
but i need that your script enlarge or reduce image (to center) to my size without changing proportion, you are understand?
it's possible?

CSVI will generate thumbnail with default values which are set in your template and on Images tab. If you want your dimensions you can set it in there and CSVI will generate thumb image with your dimensions.
Kind regards,

Tharuna

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 7
Accepted Answer Pending Moderation
1. how can i use field product_name??
2. i need fill this fields in my product table?
custom_title
custom_value
custom_price
custom_param
custom_disabler
custom_override
it's different column?
3. done
4. you are did not answer on my question!
CSVI can enlarge or reduce image to get need dimention and don't change proportion of image?
  1. more than a month ago
  2. RO CSVI
  3. # 8
Accepted Answer Pending Moderation
Hello,
1. how can i use field product_name??

You wanted the field name for product_title, VirtueMart doesnt have product_title field so i said to use product_name instead. If you want to update meta tags for a product it is same like product import, use product_sku, product_name, metakey and metadesc fields in your import file.
2. i need fill this fields in my product table?
custom_title
custom_value
custom_price
custom_param
custom_disabler
custom_override
it's different column?

No, you dont need these fields in product table. You need to have these fields in your import file with your custom fields value as explained in the product import with custom fields document.

3. done
4. you are did not answer on my question!
CSVI can enlarge or reduce image to get need dimention and don't change proportion of image?

No, CSVI doesn't enlarge or reduce image, Instead It will only generate small images as per the given dimensions in the template settings on Images tab.
Kind regards,

Tharuna

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 9
Accepted Answer Pending Moderation
Hello,

CSVI can enlarge or reduce image to get need dimention and don't change proportion of image?
Images are resized keeping the existing proportion.
Kind regards,

RolandD

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 10
Accepted Answer Pending Moderation
Images are resized keeping the existing proportion.

Please add this function on next update!!
it's not difficult, but very importatnt and nessesary if i have diferent image!!!
ok?
  1. more than a month ago
  2. RO CSVI
  3. # 11
Accepted Answer Pending Moderation
Please add this function on next update!!
Nothing to add, CSVI has been doing this since the beginning of time.
Kind regards,

RolandD

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 12
Accepted Answer Pending Moderation
It's hard answer! You are not flexible!!
I say that Your CSVI is not perfect from begibing! And you are don't want to do a little better!
i am your customer and i pay money to you! And you should be a little hear of me!
  1. more than a month ago
  2. RO CSVI
  3. # 13
Accepted Answer Pending Moderation
Anton,

Relax, you are asking for CSVI to do resize images proportionally, CSVI is already doing that. What is the problem?

I don't think it is fair to say we don't want to be better, if you look at all your posts, we try hard to help you. We can only help if you are flexible, so it needs to come from both ways.
Kind regards,

RolandD

=========================
If you use our extensions, please post a rating and a review at the Joomla! Extension Directory
  1. more than a month ago
  2. RO CSVI
  3. # 14
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!