Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

andycatax

Pioneers
  • Posts

    87
  • Joined

  • Last visited

Everything posted by andycatax

  1. That worked brilliantly Thank you lech. Next small issues price is showing 8.4500 should be 8.45 any ideas? Thanks Andy
  2. 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
  3. Has anyone got this working with manufacturers, i have tried but failed. Any tipon how to change the admin/manufacturers.php file Thanks andy
  4. 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
  5. 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
  6. 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
  7. 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 :-(
  8. 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]
  9. 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
  10. 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?
  11. 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
  12. I will have a look, does it add a product box beside each of the sizing options?
  13. 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
  14. 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?.
  15. 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
  16. I have looked and looked to try and find a contribution that allows related news to be added to my website and then archive the news for good content related to my products and site. The sort of thing i am looking for is like this site polo-shirts .co .uk/news_archive.php Any help is so welcome Andy
  17. I am trying to add a quantity box beside each of the sizing options but i need to swat the sizes from a dropdown box to a list any ideas of which contribution i can use to do this i have looked and looked but i just cant find what i am looking for. Thank you for any help Andy
  18. when i print out either the invoice or packing slip the rounded boxes dont print properly, it does the 4 corners and a line on all sides but it doesnt meet the corner image, any ideas on how to fix this?
  19. I want to be able to have a quantity box beside my size options instead of the dropdown menu we have at the moment is there a contribution for this? i have looked but i cant find anything. We are a wholesale t-shirt website and some of our users have asked for this option. Thanks Andy
  20. when i try and sign up a test account it comes up with this error any ideas? Fatal error: Call to undefined function: affiliate_check_url() in /public_html/affiliate_signup.php on line 192
  21. Also when i try and sign up it comes up with this 1146 - Table '****_osc1.TABLE_AFFILIATE' doesn't exist select affiliate_email_address from TABLE_AFFILIATE where affiliate_email_address = '' [TEP STOP]
  22. Hi i have installed this conb twice now and i am close but i seem to be missing all the language stuff eg All the text for this HEADING_NEW_AFFILIATE HEADING_RETURNING_AFFILIATE TEXT_NEW_AFFILIATE TEXT_NEW_AFFILIATE_INTRODUCTION TEXT_NEW_AFFILIATE_TERMS
  23. Hello everyone I have got ultimate seo working but i have a some t-shirt customising software as an addon to oscommerce and i need to change the links on the product page at the moment the code is like this on the product_info.php page if ((tep_get_crbu_status((int)$product_info['products_id'],1))||(tep_get_crbu_status((int)$HTTP_GET_VARS['products_id'],2))) echo '<a href="' . tep_href_link(FILENAME_SHIRT_LOGO,'products_id='.(int)$HTTP_GET_VARS['products_id']) . '">' . tep_image_button('button_add_image.jpg', '', '', '', 'hspace="5" vspace="5"') . '</a><br>'; if (tep_get_crbu_status((int)$product_info['products_id'],3)) echo '<a href="' . tep_href_link(FILENAME_SHIRT_TEXT,'products_id='.(int)$HTTP_GET_VARS['products_id']) . '">' . tep_image_button('button_add_text.jpg', '', '', '', 'hspace="5" vspace="5"') . '</a><br>'; } which gives me this web addy http://www.parakeetprint.co.uk/logo.php/products_id/98 (adding logo) and this http://www.parakeetprint.co.uk/shirt_text.php/products_id/98 (adding text) but i need to change the above to these http://www.parakeetprint.co.uk/yoko-hivis-...tcoat-l-98.html (adding logo) and this http://www.parakeetprint.co.uk/yoko-hivis-...coat-tx-98.html (adding text) it seams simple but i dont want to change the wrong code FILENAME_SHIRT_TEXT = shirt_text.php in filenames.php FILENAME_SHIRT_LOGO = logo.php i basicly need to have an L or tx in place of the p in the address bar the mod re-write works but the links on my website still go back to products_id/98 etc. Can someone please help i am so stuck now and also when someone signs in it comes up with unable to determine link but does log them in and on my testimonials page when someone clicks submit it comes up with the same. I think i need someone to guide me or for me to pay them to do it.
  24. I have added the this mod i still have the problem above but i would also like to add the name and location on the testimonial how do i do this? Thanks andy
  25. I am running ultimate seo and others but when i click submit on the testimonials.php page it comes up with this page any ideas how to go to the correct html? http://www.parakeetprint.co.uk/customer_te...p/action/insert Error! Unable to determine the page link! i take it its just a mod rewrite but i dont know how or what i need to do please any help welcome Thanks
×
×
  • Create New...