Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

brunorios

Archived
  • Posts

    18
  • Joined

  • Last visited

Profile Information

  • Real Name
    bruno rios

brunorios's Achievements

  1. my google reader shows a different sort order than the browser... why? http://www.cademeucalcado.com.br/rss.php?language=br
  2. thanks for the help! 1) but why the category is empty??? even if i puth the cPath, the category is empty: http://www.cademeucalcado.com.br/rss.php?l...amp;cPath=22_31 2) if i put the code for the languages feeds in the header, when i'm in the product_info.php i get this error (just when the sts template is active): Fatal error: Cannot redeclare class language in C:\Arquivos de programas\EasyPHP\www\cadeclean\includes\classes\language.php on line 16 thanks!
  3. so much bad characters... http://www.feedvalidator.org/check.cgi?url...3Flanguage%3Dbr how can I correct this? thanks!
  4. Error: Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home2/cademeu/public_html/rss.php:1) in /home2/cademeu/public_html/includes/functions/sessions.php on line 97 Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home2/cademeu/public_html/rss.php:1) in /home2/cademeu/public_html/includes/functions/sessions.php on line 97 It's all ok in Localhost, but in the server i get this error... what's happening? thanks!!
  5. for the contribution: rss feed 2.2 - http://addons.oscommerce.com/info/1513 the install.txt says that i have to put this code in every pages of the catalog, befote the </head> where should i put this code to sts? <?php if (!isset($lng) || (isset($lng) && !is_object($lng))) { include_once(DIR_WS_CLASSES . 'language.php'); $lng = new language; } reset($lng->catalog_languages); while (list($key, $value) = each($lng->catalog_languages)) { ?> <link rel="alternate" type="application/rss+xml" title="<?php echo STORE_NAME . ' - ' . BOX_INFORMATION_RSS; ?>" href="<?php echo FILENAME_RSS, '?language=' . $key.((isset($_GET['cPath']))?'&cPath='.$_GET['cPath']:'').((isset($_GET['manufacturers_id']))?'&manufacturers_id='.$_GET['manufacturers_id']:''); ?>"> <?php } ?> thanks!
  6. when i change the sort order of an product option, it only works in the admin... i see in phpmyadmin that the products_options_sort_order field in the products_options table don't change... just the products_options_sort order in the products_attributes table... how can i fix that? thanks!
  7. but if add directly to my template page, the browser will read the code and the js.file in every other pages unnecessarily... thanks for the answer!
  8. how can i put a javascript code in the header just for the shopping_cart.php file or another file? thanks!
  9. This happened to me too... Clear the history of your browser and try again, it works to me...
  10. Can I alter the Multiple Images Auto Thumb - MIA contribution to Add more than 6 extra images? Or there's some restriction? Thanks!
  11. I have a piece of code of the Header Tags Seo Contribution. What's the better solution to add this in the layout? Should I just put the code in the sts_template.html? A box in the sts_user_code? Or a placeholder? Thanks!
  12. how can i put a javascript code just for the shopping_cart.php file? thanks!
  13. How can i show the specialprice just if exists a specialprice? And if exists a specialprice, show the regularpricestrike instead of regularprice... thanks!
×
×
  • Create New...