

jer001
Members-
Content count
30 -
Joined
-
Last visited
Profile Information
-
Real Name
jeremy
-
I just installed Article manager 1.57 and have created a topic http://www.grownhydro.com/germination-t-2.html Recieve an error Fatal error: Cannot redeclare tep_header_tag_page() (previously declared in /home/edogblog/public_html/includes/functions/header_tags.php:15) in /home/edogblog/public_html/includes/functions/header_tags.php on line 50 Can you please help Thanking you in advance, Jeremy
-
[Contribution] Additional Images Module
jer001 replied to Parikesit's topic in General Add-Ons Support
How do I enable ssl? -
How to you enable the links in seo url to use a ssl https:// thank you
-
[Contribution] Category Box as Nested Unordered List v1.0
jer001 replied to nate_02631's topic in General Add-Ons Support
almost got it but no luck so far :( -
[Contribution] Category Box as Nested Unordered List v1.0
jer001 replied to nate_02631's topic in General Add-Ons Support
Almost but I do not know why it is only taking out one of my specials and repeating it a million times untill my server times out please help thank you. This is my function to display my specials in a drop down function tep_show_category_menu_special($parent_id) { $special_sql = "select p.products_id, pd.products_name, p.products_price, p.products_tax_class_id, p.products_image, s.specials_new_products_price from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd, " . TABLE_SPECIALS . " s where p.products_status = '1' and s.products_id = p.products_id and p.products_id = pd.products_id and pd.language_id = '1' and s.status = '1' order by s.specials_date_added DESC"; $categories_query_special = tep_db_query($special_sql); while ($specials = tep_db_fetch_array($categories_query_special)) { echo "<LI class='navigate'>"; echo "<a href='product_info.php?products_id=" . $specials['products_id']; if($parent_id ==0 ) echo ""; echo "'>".$specials['products_name']."</a></li>"; tep_show_category_menu_special($specials['products_id']); } } tep_show_category_menu_special(0); -
[Contribution] Category Box as Nested Unordered List v1.0
jer001 replied to nate_02631's topic in General Add-Ons Support
I fixed my problem using part of this contribution http://www.oscommerce.com/community/contri...ons,4667/page,3 Now I am having problems with another drop down menu for specials but I will figure it out Thank you Jeremy -
[Contribution] Category Box as Nested Unordered List v1.0
jer001 replied to nate_02631's topic in General Add-Ons Support
Same here I got the contribution to work only on the categories but does not show my sub categories. Hopefully we will get this solved. I think it is STS and the tep_has_category_subcategories function but I am not too sure. Thanks jeremy -
Trying to get X-Sell v2.5.2 for rc2a to work with STS please help thank you
-
I had the same problem and I downloaded a fresh copy of Oscommerce and then just copied the product_info.php page thank you for your help
-
Fixed it I had to copy some of the script to copy the visitors database aswell. Thanking you in advance jeremy
-
I fixed the error apparently in STS classes have to be called above the header. :) But now I have another error. The program is not getting any contacts from the database ... Customers which have not yet received this issue of the newsletter: 0 I have setup a test email and I have not recieved the email please help thank you
-
Please help I installed News letter with Bulk Mailer and when I click send newsletter there is an error Fatal error: Cannot redeclare class newsletter_bulk in /admin/includes/modules/newsletters/newsletter_bulk.php on line 10 Please help thank you
-
Google has indexed ?cpath urls and Chemos SEO Contributions urls there are Duplicate title tags http://grownhydro.com/store/?cPath=21&language=en http://www.grownhydro.com/store/ballasts-c-21.html I have created a robots txt file http://www.grownhydro.com/robots.txt as well I moved my directory from /shop to /store google is saying that there are duplicate title tags can you please help thank you
-
I am new at posting here but here it goes... I fixed the Priority problem :) Open and Edit GoogleSitemapManufacturers.php Find $content .= "\t\t" . '<lastmod>'.trim($data['lastmod']).'</lastmod>' . "\n"; $content .= "\t\t" . '<changefreq>'.trim($data['changefreq']).'</changefreq>' . "\n"; Add after Line if (trim($data['priority']) == '') { } else { $content .= "\t\t" . '<priority>'.trim($data['priority']).'</priority>' . "\n"; } Find: /* * Initialize the variable containers */ $container = array(); Add after Line: $pricount = 0; $arrayPriority = array(); Find: $changefreq = 'weekly'; $priority = max( number_format($_total/$total, 1, '.', ','), .1); Add After Line: if (array_search(strval($priority), $arrayPriority)) { $priority = ''; } else { $pricount = $pricount + 1; $arrayPriority[$pricount] = strval($priority); } Now you can do the same thing with GoogleSitemapProducts.php same steps and GoogleSitemapCategories.php Thank you Hope this helps
-
Canada Post Automated Labels 2.0 AND Canada Post Shipping Module 4.0
jer001 replied to insaini's topic in Shipping Modules
When I process a order to be shipped The canada post module has an error Item is too large to be packed please help thank you