Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Vassag0

Archived
  • Posts

    4
  • Joined

  • Last visited

Profile Information

  • Real Name
    Pepe

Vassag0's Achievements

  1. I'm trying install this contribution but always shows me an error. When I try edit a templete from admin account, in spanish shows me an alert message with: Nombre de la barra "create_account" no definido. Translate to english: Name of toolbar "create_account" isn't defined. Anybody can help me? Thanks.
  2. I have the same problem. can anybody help us?
  3. hello, I'm trying to use the extra fields in the account_history_info.php file. I use the same codec that in checkout_confirmation.php, like this: // START: Extra Fields Contribution v2.0i with fix list($products_id_clean) = split('{', $products[$i]['id']); $extra_fields_query = tep_db_query(" SELECT pef.products_extra_fields_name as name, ptf.products_extra_fields_value as value ,pef.products_extra_fields_status as status FROM ". TABLE_PRODUCTS_EXTRA_FIELDS ." pef LEFT JOIN ". TABLE_PRODUCTS_TO_PRODUCTS_EXTRA_FIELDS ." ptf ON ptf.products_extra_fields_id=pef.products_extra_fields_id WHERE ptf.products_id=".$products_id_clean." and ptf.products_extra_fields_value<>'' and (pef.languages_id='0' or pef.languages_id='".$languages_id."') ORDER BY products_extra_fields_order"); $extra_fields = tep_db_fetch_array($extra_fields_query); // END: Extra Fields Contribution but the account_history_info.php show me this error: anybody can help me to put extra field in account_history_info.php? Thanks Regards. p.d.: sorry for my bad english.
  4. Hello, sorry for my bad english. I'm using this fantastic contribution (version 4.3). I have a little problem with the order of the attributes in the shopping cart and in the orders. If you put in the shopping cart some articles the attributes are show in correct order. for example: 1. color: red 2. size: small but if you close the session and in other time you open the session and recover the shopping cart, this show the old product in wrong order: 2. size: small 1. color: red The same is success in orders. Can you help me? Thanks. Regards.
×
×
  • Create New...