Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Jumping Rabbit

Archived
  • Posts

    484
  • Joined

  • Last visited

Everything posted by Jumping Rabbit

  1. There are not really any such restrictions, anything you can "embed" in html you can also 'embed" in oscommerce.
  2. Since Fast and Easy checkout is a bit bug ridden and do not seem to have been abandoned.. i have made a new version of the combine login and create account contribution. This is a very simple mod involving only 2 files , and should work in any installed language without any further modifiactions needed. Its made and tested on RC2a but should also work on earlier versions of MS2.2. Original Checkout: Login >> create account >> create account success >> checkout shipping >> checkout payment >> checkout confirmation >> checkout sucess Faster Checkout: Login/create account >> checkout shipping >> checkout payment >> checkout confirmation >> checkout sucess The new mod can be found here: Faster Checkout 1.0
  3. Here are 2 alternative solutions. Contact your customer and explain that you are not skilled enough to do such mods and that he/she should rather find a new developer who is. - or - Pay someone qualified to do the mods for you, and your client will never know and just think that you did it yourself.
  4. Some suggestions you might look closer into... HSBC (Bank with headoffices in Shanghai and Hong Kong) can provide both merchant account and payment gateway , module available in the contribution section. WorldPay (Bank of Scotland) , They also have a Hong Kong branch office) module available in the contribution section asiapay/paydollar/China UnionPay , based out of Hong Kong
  5. Maybe something linke this, catalog listing or rice list (HTML) othervise....easy seo contribs Ultimate SEO URLs cDynamic Meta Tags v1.0
  6. U might have a look at... Turbocash or Sugarcms or Quickbooks Plugins/integration modules are available in the contributions section...
  7. Maybe you can use this or parts from it, Multi Vendor Shipping
  8. The contrib by Nana supercedes this contrib in functionality by far, so i would recommend those interested to take a look at it first, Fast Easy Checkout . I have never used login/create account page on any live site myself, i just made it in response to a forum request for such a mod... B) I will let this contrib and support for it rest for now.....But if there is enough interest for it..i will release a new cosmetically improved version.
  9. you are missing the defines in includes/filenames.php
  10. This mod does not offer a choice of create or not create an account..so actually i have no idea what you are talking about... (unless you are talking about Nana/Franks Fast and easy chekout mod..which does have this option aswell as incorporating this mod as part of it) The good news.. after the christmas rush is over.. i will post an updated version with more elegant layout and a further 1 step reduction of the checkout.... So till after happy new year...have a greate time.... :-)
  11. For US based businesses Authorize.net is an easy way to have the customers complete the transactions on your site, but with some modifications you also have several more options.. Linkpoint Verisign Payflowpro Worldpay Select Pro PayPal Payments Pro ++++++
  12. It seems that you have neglected to remove this from your includes/application_top.php // SEO URLs require(DIR_WS_CLASSES . 'url_rewrite.php'); $url_rewrite = new url_rewrite; $url_rewrite->request_url();
  13. 1. Go to your shops admin and under tools>>Server Info , you can view info about your server/hosting Check which HTTP Server.... (For these mods to work this should be Apache) And further down under Apache...check that mod_rewrite is listed among the Loaded Modules. If those 2 are ok...then it should work.....
  14. Hi Mike, yes that will work...but if a customer browsing your site,just chooses to create an account for some reason, it will throw him to a your shopping cart is empty page... The one justed in this contribution, which in such a case will show him/her a create account success page, while if its a shopper will send him/her directely to the checkout_shipping is this code: ? ? ? ? ? ?if ($cart->count_contents() == 0) { ? ? ? ? ?tep_redirect(tep_href_link(FILENAME_CREATE_ACCOUNT_SUCCESS, '', 'SSL')); ? ? ?} ? ? ?else { ? ? ? ? ?tep_redirect(tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL')); ? ? ?}
  15. No fix available.... If Use search engine friendly url's (Still in development) do not work on your hosting/server you can not use Blueyon's Search Engine Friendly Url' s eighter.. In such a case you can choose one of these ones instead: - Ultimate SEO Url's - Sef link transformer - Nimmit Sefs
  16. Go into your admin... in configuration>>My Shop Set Use search engine friendly url's (Still in development) to False But that does also mean that you can not use this contribution, but there are several other contributions for search engine friendly urls in the contribution section which you can use without turning on Use search engine friendly url's .
  17. Ultimate SEO URLs contribution does not remove the sids , it just gives you the category/product name in the url. The sids can be removed several ways... 1. Set force cokies to true in the admin or 2. Set disable spider session to true (You will still see the sids, but the search engine spiders will not) , also update your spiders.txt file to the latest version. or 3. Install a sid killer contrib or 4. i remeber seeing a mod for ultimate url in regards to sids...have a look around you might find it....
  18. Probably using paypal then.... there are 2 fixes.. 1. log into your paypal control panel and enable "Auto Return" Or 2. download and use one of the paypal ipn payment modules instead of the default one.
  19. Since you seem very lost, i will give you a helping hand... :lol: Quantity Price Breaks Per Product
  20. Yes there is, and its readily available for download in the contribution section...
  21. It was a "fake" contribution, the download only contained the info on where you could purchase the contribution for 250US.....
  22. Any seo/sef contrib might cause problems with other mods working on cpath and/or product_id parameters... If you are aware of this, you should be able to make the relevant changes where needed.
  23. For this contribution the index.php has been merget together with product_info.php, ie. when you view the product detail page it is shown from index.php insted of from product_info.php as usuall. Basically whats added in index.php are: One extra conditional statement regarding product id and the code for showing the product details page. Get a file compare tools and you can easily find the added code.
  24. This usually means that your includes/configure.php file is correctly set up. You should check the cookies path in that file.
×
×
  • Create New...