where can i change characteristic_id in value

  • Posts: 1
  • Thank you received: 0
11 years 6 months ago #98811

Hello,

i am looking change de default product alias how is default Product_value_characteristic_id_id

tree_3_5
tree_1_4

i want change this to

tree red big
tree green small

who can help me

im using hikashop 2.1.2 business

Last edit: 11 years 6 months ago by jwmauritz.

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

  • Posts: 82761
  • Thank you received: 13348
  • MODERATOR
11 years 6 months ago #99051

Hi,

That code is generated on the line:
$product_code = $element->product_code.'_'.implode('_',$key);

of the file administrator/components/com_hikashop/classes/product.php

To change and use the names instead of the ids stored in the $key array, you will have to load the name for each id from the hikashop_characteristic with a MySQL query.

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

Time to create page: 0.052 seconds
Powered by Kunena Forum