Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

addicted

Pioneers
  • Posts

    59
  • Joined

  • Last visited

Profile Information

  • Real Name
    Nemam

addicted's Achievements

  1. Hello After rebooting server I get the following messege Warning: gzinflate() [function.gzinflate]: data error in /xxxxx/includes/modules/ultimate_seo_urls5/classes/Usu_Cache_FileSystem.php on line 45 Fatal error: Call to undefined method stdClass::merge() in /xxxx/public_html/includes/modules/ultimate_seo_urls5/modules/Usu_Products.php on line 32 Problem disapper when I reset cache. Any Idea how to avoid this Thank You
  2. Hello Jack They have different format I'm thinking of 301 redirect via .htaccess and I'm wondering if there will be performance issue when I put 2000 redirects is there any way to grab it from csv and place it in cache table ? Thank You in advance
  3. Hello Currently I'm using SEO-G but its make my site extremly slow. I would like to switch to Ultimate Seo URL I have 11 000 urls indexed by google, is there any way to transfer it to USU, What is the best stragy for this kind of migration ? Thank You in advance
  4. Hello I have 2 problems with this contribution 1. I'm using Cyrillic code page - windows-1251 and it don't show correctly characters. I check every file from contribution and hard coded 'charset=1251', but without success 2. I'm not able to login with login button - I receive message Authorization failed I'm using STS and check all instructions from previous posts. Any ideas will be appriciate Thank You
  5. http://cartzlink.com/product_info.php/cartz-link-p-43 here it is implemented in OSC http://www.oscommerce.com/community/contributions,4105/category,all/search,Ajax-Add-To-Cart
  6. Contribution with flying product was made by Mercedes from Russia, but he never share the secret, he published contribution without effect. I'm checking for it sometimes but still got nothing
  7. I've got following error PHP Parse error: syntax error, unexpected T_IF, expecting ',' or ';' in /usr/home/xxxxx/public_html/includes/footer.php on line 14 echo '<style type="text/css">' . $button_class . '</style>' if ($sts->display_template_output) { // Get content here, in case column_right is not called. if (!isset($sts->template['content'])) $sts->restart_capture ('content'); } else { //END STS line 14 is if ($sts->display_template_output) {
  8. Hello Sam Bottom part is missing in my page here is my footer.php <?php^M /*^M $Id: footer.php 1739 2007-12-20 00:52:16Z hpdl $^M ^M osCommerce, Open Source E-Commerce Solutions^M http://www.oscommerce.com^M ^M Copyright (c) 2003 osCommerce^M ^M Released under the GNU General Public License^M */^M // START STS 4.5^M if ($sts->display_template_output) {^M // Get content here, in case column_right is not called. if (!isset($sts->template['content'])) $sts->restart_capture ('content');^M } else {^M //END STS^M ^M require(DIR_WS_INCLUDES . 'counter.php');^M ?>^M <table border="0" width="100%" cellspacing="0" cellpadding="1">^M <tr class="footer">^M <td class="footer"> <?php echo strftime(DATE_FORMAT_LONG); ?> </td>^M <td align="right" class="footer"> <?php echo $counter_now . ' ' . FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startda te_formatted; ?> </td>^M </tr>^M </table>^M <br>^M <table border="0" width="100%" cellspacing="0" cellpadding="0">^M <tr>^M <td align="center" class="smallText"><?php echo FOOTER_TEXT_BODY; ?></td>^M </tr>^M </table>^M <?php^M if ($banner = tep_banner_exists('dynamic', '468x50')) {^M ?>^M <br>^M <table border="0" width="100%" cellspacing="0" cellpadding="0">^M <tr>^M <td align="center"><?php echo tep_display_banner('static', $banner); ?></td> </tr>^M </table>^M <?php^M }^M // START STS 4.1^M }^M // END STS 4.1^M echo '<style type="text/css">' . $button_class . '</style>' ?> ~ I tried to place echo '<style type="text/css">' . $button_class . '</style>' before clossing STS condition // START STS 4.1^M }^M // END STS 4.1^M but I'm not in php language and I got parse error, looks like it must be in sts if conditioning
  9. Yes I did it I'm searching where else STS has modified button wrapper
  10. Yes, It is in html_output.php, the one I have posted is view source of the page - product_info.php,
  11. I try merged code today I have the same efect, if there is an rollover image created. If there is not, button is shown correctly. <img alt="" src="includes/languages/bulgarian/images/buttons/button_reviews_over.gif" style="display:none" /><img src="images/pixel_trans.gif" class="button_reviews" alt="Коментари" title=" Коментари "/></a><span class="new_product_desc"> <a href="javascript:void(0)"><img alt="" src="includes/languages/bulgarian/images/buttons/button_in_cart_over.gif" style="display:none" /><input type="submit" value="" class="button_in_cart" title=" Добави в количката "></a> <a href="http://xxx.com/ask_a_question.php?products_id=12319&manufacturers_id=133"><img src="includes/languages/bulgarian/images/buttons/ask.gif" border="0" alt="IMAGE_BUTTON_ASK_QUESTION" title=" IMAGE_BUTTON_ASK_QUESTION "> This is a result I'm wondering about this "style="display:none", is it the way it should be ?
  12. nevermind, I found problem, I forgot to close a div tag
  13. Hello I'm trying to use header for my template (as described from Mr. Bill Kellum in STS Power Pack contribution) but my template header overlap page content. When I use view source from browser everything is OK, but its not show on screen Any ideas will be appriated. Thank You
  14. (w00t) It was in standard osc settings Thank You and excuse me for been dumb
×
×
  • Create New...