

andycatax
Members-
Content count
87 -
Joined
-
Last visited
Profile Information
-
Real Name
andy
-
That worked brilliantly Thank you lech. Next small issues price is showing 8.4500 should be 8.45 any ideas? Thanks Andy
-
I have just added this cont to my site and it works great but i have a couple of issues i am trying to resolve the product price i have tried updating it myself but with no luck i am using QPBPP and the price i am trying to have in my product feed is p.products_price8 or products_price8 but i just dont know where to put this. The second is i am using power seo urls but the url thats being feed is like this http://www.website.co.uk/product_info.php?products_id=55 is there anyway i can adjust this? Thank for any help Andy
-
[contribution support] Custom META Tags per ITEM
andycatax replied to Randelia's topic in General Add-Ons Support
Has anyone got this working with manufacturers, i have tried but failed. Any tipon how to change the admin/manufacturers.php file Thanks andy -
I have installed this contrib but i am having a problem with the shipping not showing/ adding up to the total at the bottom of the page, i only need flat rate shipping which on my site is called Standard Delivery any ideas on how i can get this working i havetried a couple of things but cant sort it. Below is an image of what i have at the moment Thanks Andy
-
i Have installed Categories Description it it works great but i would like to add a html header bax as well as the Categories Description at the bottom of the page, i have coded it up as based on the Categories Description but adding a new database table here is the code i have added, from what i can tell the information is not inputting into the database. I have added the code below of the chages admin/catergoies.php $category_inputs_string .= '<br><br>' . tep_image(DIR_WS_CATALOG_LANGUAGES . $languages[$i]['directory'] . '/images/' . $languages[$i]['image'], $languages[$i]['name']) . '<br>' . TEXT_CATEGORIES_NAME . '<br>' . tep_draw_input_field('categories_name[' . $languages[$i]['id'] . ']') . '<br>' . TEXT_CATEGORIES_DESCRIPTION . '<br>' . tep_draw_textarea_field('categories_description[' . $languages[$i]['id'] . ']', 'soft', 35, 4) . '<br>' . TEXT_CATEGORIES_HEADER . '<br>' . tep_draw_textarea_field('categories_header[' . $languages[$i]['id'] . ']', 'soft', 35, 4); $category_inputs_string .= '<br><br>' . tep_image(DIR_WS_CATALOG_LANGUAGES . $languages[$i]['directory'] . '/images/' . $languages[$i]['image'], $languages[$i]['name']) . '<br>' . TEXT_CATEGORIES_NAME . '<br>' . tep_draw_input_field('categories_name[' . $languages[$i]['id'] . ']', tep_get_category_name($cInfo->categories_id, $languages[$i]['id'])) . '<br>' . TEXT_CATEGORIES_DESCRIPTION . '<br>' . tep_draw_textarea_field('categories_description[' . $languages[$i]['id'] . ']', 'soft', 35, 4, tep_get_category_description($cInfo->categories_id, $languages[$i]['id'])) . '<br>' . TEXT_CATEGORIES_HEADER . '<br>' . tep_draw_textarea_field('categories_header[' . $languages[$i]['id'] . ']', 'soft', 35, 4, tep_get_category_header($cInfo->categories_id, $languages[$i]['id'])); Admin/ Includes/Functions/general.php function tep_get_category_header($category_id, $language_id) { $category_query = tep_db_query("select categories_header from " . TABLE_CATEGORIES_DESCRIPTION . " where categories_id = '" . (int)$category_id . "' and language_id = '" . (int)$language_id . "'"); $category = tep_db_fetch_array($category_query); return $category['categories_header']; } and index.php $category_query = tep_db_query("select cd.categories_name, cd.categories_description, cd.categories_header from " . TABLE_CATEGORIES . " c, " . TABLE_CATEGORIES_DESCRIPTION . " cd where c.categories_id = '" . (int)$current_category_id . "' and cd.categories_id = '" . (int)$current_category_id . "' and cd.language_id = '" . (int)$languages_id . "'"); $category = tep_db_fetch_array($category_query); as you can see i have added to the categories_description categories_header I know its probably something real simple for you guys but i am a novice having a stab in the dark really!. Thanks for any help Andy
-
[contribution support] Custom META Tags per ITEM
andycatax replied to Randelia's topic in General Add-Ons Support
Is there a way to do this for manufactures title and meta tags? i have it all working great but the manufactures meta tags are all default. Thanks Andy -
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
andycatax replied to spidometrs's topic in General Add-Ons Support
I am getting this problem at the end of my category urls -c-103_93.html?page=2&sort=5a is there a way to chang it to something better like below? -c-103_93-2.html -c-103_93-page2.html this error is only coming up when going to the second page of the category to see more products also google seems to be trying to list old site urls like the below http://www.mysite.co.uk/index.php?cPath=103_60&page=1 which redirects to http://www.mysite.co.uk/polo-shirts-childr..._60.html?page=1 but should be and works but google is still listing theabove ones even though there is no link or reference to th above on my site? http://www.mysite.co.uk/polo-shirts-childr...s-c-103_60.html I have been running ultimate seo urls for months now but still google lists the above :-( -
lindsayanng started following andycatax
-
I am getting this error i have checked the database and the table is there but i am still getting this error 1146 - Table 'brand.TABLE_INFORMATION_GROUP' doesn't exist select information_group_title, locked from TABLE_INFORMATION_GROUP where information_group_id = '1' [TEP STOP]
-
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
andycatax replied to spidometrs's topic in General Add-Ons Support
I have installed this contrib but when i go on to a catagory or subcatagory it comes up with http://www.mysite.co.uk/-c-26.html when it should be http://www.mysite.co.uk/kids-c-26.html which works as a page but for seo it doesnt show the kids text, also is it possible for subcatagories to have it like this http://www.mysite.co.uk/kids/babys-c-26_61.html -
andycatax started following lindsayanng
-
Quantities for Products Attributes
andycatax replied to andycatax's topic in General Add-Ons Support
I Have tried the attribute QTY cont but it doesnt seam to work with the qpbbp cont do you know of some way around it? -
Quantities for Products Attributes
andycatax replied to andycatax's topic in General Add-Ons Support
Had a look at the contrib and its not what i have found this site which has what i am looking for http://www.polo-shirts.co.uk/Special+Offer...pped+Polo+Shirt -
Quantities for Products Attributes
andycatax replied to andycatax's topic in General Add-Ons Support
I will have a look, does it add a product box beside each of the sizing options? -
I have a t shirt shop and i want to have quantity boxes for the different size options for the different t shirts i have looked and looked in the contribs but no luck eg small 10 medium 4 large 25 then click add to shopping cart and 39 t shirts of different sizes are added Any ideas are so welcome as i have looked now for days Thanks Andy P.S I am using quantity price breaks as well so it needs to work with this
-
I have installed the dynamic_title_bar conb and it works but does anyone know how i can change the text so it links to the different catagories eg home=(index.php) >> Jog Pants=(jog-pants.html) >> Fruit Of The Loom Elasticated Jog Pants=(Fruit-Of-The-Loom-Elasticated-Jog-Pants-p-12.html) this is the code giving to add to the product title in the product bar <?php $title_bar = $breadcrumb->title(2); if($title_bar != '') echo STORE_NAME . ' - ' . $title_bar; else echo TITLE; ?> i just need it to come up with the link for the different catagorie or product any ideas?.
-
Hi i have been downloading and install loads of different conb but none of them can do what i am looking i want a menu bar like what play.com have does anyone know of a conb to use or what i can use and adapt for my site. Thanks Andy