Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

vertmonkee

Pioneers
  • Posts

    124
  • Joined

  • Last visited

Posts posted by vertmonkee

  1. I created extra zone type shipping methods to cater for a scenario like this

     

    HTH

     

    G

     

    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.

  2. 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.

     

    SHIPPING.gif

     

    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.

  3. You could try enabling the HTTA box and entering something into the product title box in text control. If that doesn't show up, try replacing the includes/header_tags.php and english/header_tags.php files with those from the contribution package (make backups of yours so they can be restored).

     

    Jack

     

    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.

  4. Look in the products edit page in admin. If the header tags title is still there, then look in Text Control to make if the HTTA box for products is set (try unchecking it). The last thing would be that the code in the products_info.php file somehow changed.

     

    Jack

     

    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

  5. 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.

  6. 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

     

    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

  7. Mate I think I have found the solution. My store is run from a directory under my domain but i wanted it to be shown when the domain is in the address bar so I put the whole store in an invisible frame. It looks like IE doesnt like that and the site cannot be run from inside a frame. I just tested it here at work and it is all systems go ! Thankfully after months of stuffing around its working again.

    I think it will be your problem as well.

     

    Cheers,

     

    peter

     

    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

  8. Hi all,

    I have an older oscommerce site (not sure what version, oscommerce 2006 downloaded september) ?

    I have the paypal ipn module (downloaded around the same time) and it has always worked flawlessly but now it is not working.

    It seems to happen under computers with internet explorer. When a paypal order is placed the customer is sent to the paypal site but they get a strange paypal screen that just has "click here to retry" on it. Under firefox it works fine.

    Sorry for the basic and ridiculous sounding question.

    Any advice is greatly appreciated as I am losing sales from this.

     

    Regards,

     

    Peter

    www.lazyskate.com

     

    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

  9. Are there any Payment modules that actually work with QT Pro? I have read post after post on the internet about stock not automatically updating after checkout in the QT Pro stock section and none of these posts have answers.

     

    Now I am having the same problem with Paypal IPN and QT Pro. The actual TOTAL stock of the item (that is set in the edit product part of the Admin section) does update after someone checks out but not the QT Pro stock section for the attribute.

     

    If anyone has gotten this to work, please just tell me that it can actually work with Paypal IPN or if there is a place that explains how to make it work together. If I at least know it's possible, I'll spend more time trying.

     

    Or if you have found another payment module that works with it, please let me know.

     

    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

  10. 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.

  11. 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.

  12. 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.

     

    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

  13. 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.

  14. 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

  15. 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

  16. I have installed QTPro 4 on a fresh install of OSC but it doesn't seem to be working.

     

    When I go to stock it doesnt give me the option to add stock for different attributes.

     

    Also on the product info page i get the errors

     

    Warning: Invalid argument supplied for foreach() in /homepages/27/d171964990/htdocs/store/includes/classes/pad_base.php on line 383

     

    Warning: Invalid argument supplied for foreach() in /homepages/27/d171964990/htdocs/store/includes/classes/pad_base.php on line 443

     

    And even though I changed the display option to single radioset it still displays drop down boxes.

     

    Any help on this is gretaley appreciated as I think this is a great contribution.

     

    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...