Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

lobtec

Archived
  • Posts

    8
  • Joined

  • Last visited

Profile Information

  • Real Name
    Mathias

lobtec's Achievements

  1. Found the solution just after I posted. Thanks to Thesee for the help in a previous post!!! Now on to the next problem. My site is in Swedish and therefore I have used ?, ? and ? in the names of things. For example B?cker = Books. The url_rewrite prepares the url by switching these characters to a, a and o. Thus the path /shop/B?cker/n?tet rewrites to /shop/Bocker/natet. When you click the transformed url you get to a page where not much is correct, no info about the book exists. It seems that the only thing on the page is the footer. But if you write the first one (with the Swedish char) in manually things works very good. What can I do to fix this? The best I think is not to have the ?, ? or ? in the address. Although, nowdays they allow you to but domains with these characters in it.
  2. I have a problem regarding the rewriting of the url. The links are transfered to the url_rewrite function but they get thrown out to fast. I have located it (I think) to: // Exit if the URL is not specified in the pages function if ((strpos($url, 'action')) || (!$this->pages(current($url_array = explode('/', trim(ltrim($url_parts['path'], DIR_WS_HTTP_CATALOG), '/')))))) return $url; If the $url_parts['path'] is /shop/product_info.php/cPath/21/products_id/30 this should get throug this. When the ltrim function is done the thing left of the string is roduct_info.php/cPath/21/products_id/30 which won't be found in the pages. What can I do in order to get this to work? At least tell me if this is the problem ;) The mod_rewrite works and I can manually insert the pages I want to go to (/shop/books/testbook for example). But no url gets rewritten like that. Suggestions?
  3. I want to give my 50 first customers an article free. This articel should be added to the order with the price 0. Is there any contribution which can do anything like this? Thanks!
  4. I want to be able to set a fixed cost for the shipping when the customer just have one item, even if its heavy. When the customer adds another item so its at least 2 items in the basket, the shipping should be calculated according to the table and depending on the weight. I found the "First Item $X, Additional Items $Y Shipping"-contrib but this only do the flat even on the second item. Any contrib or tips on this? Thanks
  5. I wonder if there is an contib which adds a title to every review. The title should the user enter when he/she enters the review.
×
×
  • Create New...