Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

frobley

Pioneers
  • Posts

    8
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by frobley

  1. To quote google.fr - Vous insérez des attributs en anglais dans votre flux, ainsi que des attributs en français ('état' et 'prix'). Ce mélange crée des problèmes d'inclusion de vos images et d'autres informations concernant vos offres dans Google Shopping. Veuillez donc utiliser les attributs en anglais correspondants à l'état et au prix : 'condition' et 'price'. I think they've fixed a problem - it seems to work fine now with english. :D
  2. around line 249, $output = "link\ttitle\tdescription\texpiration_date\tprice\timage_link\tproduct_type\tid"; replace with $output = "link\ttitle\tdescription\texpiration_date\tprix\timage_link\tproduct_type\tid"; around line 260 $output .= "\tcondition"; replace with $output .= "\tétat";
  3. Hi, I tried installing this on a fresh 2.2rc2a at checkout_confirmation.php, invoice field <input type="hidden" name="invoice"> is empty, if i click refresh before proceeding it is magically filled <input type="hidden" name="invoice" value="1"> ??
  4. Hello there, I had the error - PHP Fatal error: Cannot redeclare tep_header_tag_page() (previously declared in /home/xxxx/public_html/includes/functions/header_tags.php:15) in /home/xxxx/public_html/includes/functions/header_tags.php on line 15 by changing (in file /catalog/includes/modules/sts_inc/headertags.php) require(DIR_WS_FUNCTIONS . 'header_tags.php'); to require_once(DIR_WS_FUNCTIONS . 'header_tags.php'); seems to allow it to work is new install -> oscommerce-2.2rc2a, STSv4.5.8_1_2 and HeaderTags_SEO_V_3.0.1 is this ok?, before i go much further with the store Thanks in advance
  5. I have the same problem - Fatal error: Call to a member function on a non-object in /home/housses/public_html/test/includes/classes/sts.php on line 185 (same code as below) Customer Testimonials v2.0 works fine with STS 4.5.2 disabled through /admin Any help much appreciated!
×
×
  • Create New...