Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

poolplayer81

Archived
  • Posts

    6
  • Joined

  • Last visited

Everything posted by poolplayer81

  1. I have an osc site using this awesome contribution with. The contribution is working perfectly but I've reached bit of a dilemma. I have two buttons that display next to each product in the catalog that aren't using the seo friendly urls and I would like to know if anyone reading this post may know of an easy way to fix this. The two buttons are: 1. A details button that links to the product page. 2. An add to cart button. The code i'm currently using is: <a href="' . tep_href_link('product_info.php?products_id='.$p_id) . '">'.tep_image_button("button_details.gif").'</a><br>'.tep_draw_separator('spacer.gif', '1', '14').'<br><a href="'.tep_href_link("products_new.php","action=buy_now&products_id=".$p_id).'">'.tep_image_button('button_add_to_cart1.gif').'</a> This of course works but displays the not so seo friendly urls. If anyone can help me fix this I would greatly appreciate it. :)
  2. I too am having this issue except the error I'm getting is "No Rates Returned, E517 : Requests for list rates are not allowed for international." Does anyone have a fix for this?
×
×
  • Create New...