

ronin13
Members-
Content count
21 -
Joined
-
Last visited
Profile Information
-
Real Name
Damian
-
Didn't help, still get that errors.
-
With: Display Box Articles - All Topics Section set to false and everything else set to true I get no errors and these links: All Articles New Articles Articles RSS Feed Submit An Article With everything set to true I get this: I wrote one article but can't enable it. In admin console this the error I get: it refers to a file in my admin folder ( you can see my above post to check what line 51 is. RSS feed refers to some Silvermoon jewelery, how can I change it to my site?
-
This is the list of files, is there anything missing? I don't have any errors in header tags seo test page. $topics_query = tep_db_query("select c.topics_id, cd.topics_name, c.parent_id from " . TABLE_TOPICS . " c, " . TABLE_TOPICS_DESCRIPTION . " cd where c.topics_id = cd.topics_id and cd.language_id = '" . (int)$languages_id . "' and c.parent_id = '" . (int)$parent_id . "' order by c.sort_order, cd.topics_name"); while ($topics = tep_db_fetch_array($topics_query)) { if ($exclude != $topics['topics_id']) $topic_tree_array[] = array('id' => $topics['topics_id'], 'text' => $spacing . $topics['topics_name']); $topic_tree_array = tep_get_topic_tree($topics['topics_id'], $spacing . ' ', $exclude, $topic_tree_array); } return $topic_tree_array; } Line 51 starts with "if" It wasn't an update of this contribution.
-
Article Manager v1.57_4 I already had Header tags 3.2.2 installed before.
-
I've installed this contribution but get errors: main page in articles infobox in right column I have following message: In admin panel under topics/articles (next to search button) wtf?
-
I'm using ultimate seo urls and header tags define('SEO_ENABLED','true'); if I set it to true googlebase.php gives this error: Fatal error: Call to undefined function tep_not_null() in /home/n8tdbsl6/public_html/includes/classes/seo.class.php on line 1106 When i set it to false i get for every product I get something like this: I've manually updated it to google base and received an email: any idea how to have it fixed?
-
Hi I have a slight problem, quantities of products show under the names (see pix) Is there a way to have them on 1 line: Blades (30) Instead of Blades (30)?
-
[Contribution] Cross Sell (X-Sell) Admin
ronin13 replied to dreamscape's topic in General Add-Ons Support
Hi, it helped, now it doesn't extend the table and everything is fine. Thanks a lot, I really need to learn this stuff... :rolleyes: -
[Contribution] Cross Sell (X-Sell) Admin
ronin13 replied to dreamscape's topic in General Add-Ons Support
I'm not great with PHP can you just tell me how to remove everything and just leave buy now, I have something like this: -
[Contribution] Cross Sell (X-Sell) Admin
ronin13 replied to dreamscape's topic in General Add-Ons Support
Hi can you tell me where and how to change the size of these buttons? I would like to change this text to "Buy it now" or "Add to cart" -
[Contribution] Cross Sell (X-Sell) Admin
ronin13 replied to dreamscape's topic in General Add-Ons Support
I've got a small problem with this add on, I've installed basic design pack (latest) and xsell makes my oscommerce weird. any idea how to have it fixed? -
Well it may be correct for some but not for my shop... is there a way to have t-1 in the link?
-
Hi, I've installed this contribution but I think I've got a slight problem, right now links show in this format: example.com/name_of_the_product-p-1.html I have a product called "XXXXXX T-1" but when I add the product with that name only "XXXXXX" shows up in the link: example.com/XXXXXX-p-1.html and when I only type in "t-1" in the product name it displays fine(obviously without XXXXXX), is there any way to have the whole product name "XXXXXX t-1" displayed in the link? edit, is ther a way to remove the product number "p-1" from the link?
-
Thanks it worked.
-
-
Hi, I've installed it all fine but when I run test I get following errors: Missing Code in File explain The Header Tags head code for the product_reviews.php file cannot be found. The Header Tags head code for the product_reviews_info.php file cannot be found. The Header Tags head code for the product_reviews_write.php file cannot be found. The Header Tags head code for the specials.php file cannot be found. I would appreciate if someone can help me fix it.