Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

vertmonkee

Pioneers
  • Posts

    124
  • Joined

  • Last visited

Everything posted by vertmonkee

  1. That module has worked perfectly and I'm currently implementing it to the live store. http://addons.oscommerce.com/info/2571
  2. I've still been looking into this and did start trying to make extra table rate modules but I wasn't having loads of success. Then I stumbled upon this module http://addons.oscommerce.com/info/2571 It seems to be doing the trick I need to do some more testing but it looks very promising. I'll post again when I've tested it further.
  3. Thanks for the suggestion. I will install it on a fresh copy and see how I get on with it. I'll post the results.
  4. Thanks for the reply. I've been reading up on zone rates shipping and in the knowledge base it says that you can only charge for shipping based on weight and not order total. Would you mind giving me a bit more detail on how you acheived it? Thanks for your help.
  5. I have made a couple of oscommerce based stores now and have always had free shipping on everything. I am currently making a store for a customer who wants to charge the following price for their shipping. I have been looking through the shipping modules, there are loads, and as such I’m getting a bit lost with which would be the best to use for this project. Does anyone have any recommendations for which to use? Thanks for any suggestions and help on this one.
  6. Ok I replaced the two files mentioned, after backing up, and all seems to be working ok now. Thank you so much for your help. Not too sure how long it's been like that but it appears google has indexed the majority of my pages with the same title tag, where as before it was indexed with individual product title tags. Thanks again for yoyr prompt help.
  7. Thanks for the help Jack, in the products edit page my title tags are still there, the HTTA box is unchecked for products_info.php in the Text Control section and as far as I can tell the code in the products_info.php page is still the same, see below. <?php // BOF: Header Tag Controller v2.6.3 if ( file_exists(DIR_WS_INCLUDES . 'header_tags.php') ) { require(DIR_WS_INCLUDES . 'header_tags.php'); } else { ?> <title><?php echo TITLE; ?></title> <?php } // EOF: Header Tag Controller v2.6.3 ?> Any other ideas? Thanks
  8. I have had Header Tags installed on my skateboard shop for a while now and everything has been working fine. I've just noticed that my product_info.php page no longer displays the unique title tag I have given each product. Does anyone have any ideas as to why this could be? Thanks for any help.
  9. Earlier in the week there were discussions about getting to a page on Paypal where it asked you to Click to retry or Click to go home. The money was not being debited form the buyer account and neither was it appearing in the seller account. I had a customer try to order with me twice over the weekend so phoned Paypal who told me this is known issue and as a temporary fix if I could ask the customer to use the Send Money option. Not ideal, especially as I have now lost the sale, but just to let others know if you experience the same problems.
  10. I'm UK based. How come you ask? I've now installed the Paypla Ipn v1.4 which is working fine but would still like to upgrade to a post v2 installation. Thanks
  11. Cheers, I'm pretty happy with the stage it has got to.
  12. Ok I've tried it in IE6 and all seems fine, maybe just a glitch Paypal's side (I hope) So I will be adding Paypal as a payment option tonight at my Skateboard Shop
  13. Hi Pete, Nice work mate glad you've got yours working. I haven't used any frames in my site but really appreciate you sharing your experience. I just did an order on my live version and everything went through fine. I think I'm going to have to monitor it pretty closely and maybe even email customers if they come up as Preparing [PaypalIpn]. One other thought is I got the error using IE6 and just did my succsessful test on IE7. I'll have another go with IE6 tonight. Cheers
  14. I am using v1.4 as it can be integrated with QTPro, all testing in the sandbox went fine but when I tried to convert to live I got this message, also using IE. If this can be fixed it would be extremely useful as I could then allow customers to use Paypal at my site. Thanks to anyone who knows the answer
  15. Hi Pixa, I have been using Googlecheckout and QTPro and have got them to work together correctly. Stock is minused from the correct attribute. I used instructions from the Paypal Ipn contribution located at http://addons.oscommerce.com/info/2679 The instructions are in v1.3 However I have just installed Paypal Ipn v2.3.3 onto my test store and the code has changed signifcantly and unfortunatley there doesn't seem to be instructions on how to integrate QTPro with the versions past v2. If anyone can help integrate QTPro on paypal ipn past v2 it would be very very useful. Thanks
  16. I have just installed v2.3.3 on my test store and everything is working fine just using the sandbox for payments. I have QT Pro installed and actually used the instructions from v1.3 help files to modify my Google Checkout responsehandler so that it now operates correctly with QT Pro. So I figured that the instructions should work very easily with Paypal Ipn. Unfortunatley I have discovered that the code in paypal_ipn.php V2.3.3 is signifcantly different to the one in v1.3. Is there any updated instructions on how to integrate QT Pro into v2.3.3? Thanks for any help.
  17. So far I have used Google Checkout for my payment method but after speaking to a customer, who was a bit sceptical about using it and asked if we accepted paypal I decided I needed to look into integrating paypal into our site. I've been looking through all the Paypal contributions and have got a bit lost. Can anyone offer me some advice on the best method of adding Paypal into our site. Thanks for any advice.
  18. I found a solution to this. I was along the right lines with trying to integrate the QTPro code. If you also need to integrate Google Checkout with QTPro I suggest looking at the Paypal IPN module located at http://addons.oscommerce.com/info/2679 I used this version osCommerce PayPal IPN Module v1.3 For 2.2MS2 which has details on ways to integrate Paypal and QTPro but worked for Google Checkout as well. Hope that helps out someone else
  19. Hi all, I have integrated QTPRO 4.3 into a test version of my website. The problem comes that I use Google Checkout as my payment method so the stock is not updated via the checkout_process.php file but rather through Google Checkouts responsehandler.php file. Has anyone else managed to get QTPRO working with Google Checkout? If so I'd be very very grateful if you could let me know how you get on with it. I have compared the stock update part of the original OsCommerce checkout_process.php file and the stock update part of the Google Checkout responsehandler.php file and they are identical. I have tried to integrate the QTPRO stock update but with no succsess. Can anyone offer any advice? Thanks for all help.
  20. Thanks Jason, That has definetley given me a good starting place. I'll have a look into it and let you all know my progress. Thanks for your help
  21. Hi all, Sorry to post such a broad question but I'm really having trouble getting my head around the different modules that have been contributed. What I need to do is very simple and I'm sure it has been done before. I am based in the UK and offer free UK delivery. I want to be able to offer delivery to foriegn countries but will need people to pay if they live abroad. E.g. postage to Europe would be an extra £5, America would be £10, and the rest of the world would be an extra £15. I really appreciate any help with this. Thanks
  22. Sorry it took a while to get back to you but thanks for the help.
  23. This website has been developed using OSC and I really like the additional "Features" bit on this page http://www.surfinglifestore.com/element/ts...shirt-blue.html Is there a contribution that adds another box like the Description one when adding a new product? I have been searching around the contributions and cant find anything at the moment. Thanks for any help
  24. I’m looking to start a store selling skateboard products and am hoping there is a contribution that can help me out with a couple of things. All the parts for a complete skateboard are sold separately e.g. wheels, deck, bearings etc. When a user buys a deck, wheels and trucks in one transaction they get the bolts and bearings free. Also I would like to run offers such as, buy Company A’s new DVD and get 10% off Company A decks. Is there a contribution out there that can help me with this? All suggestions greatly received. Thanks
  25. ok I have this fixed not in the way I expected it to work but it works now. I did a complete re-install of OSC 2.2 and then added in QTPro V4. It still didn't work until I ran the test.sql file. Now everything seems to work fine.
×
×
  • Create New...