Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

KPGroup

Pioneers
  • Posts

    246
  • Joined

  • Last visited

Profile Information

  • Real Name
    Karim

KPGroup's Achievements

  1. I installed PWA and Paypal Express Checkout. If a customer checks out with no account, he is asked for his address in OSC and then again by Paypal. Is there an quick easy way around this? Skip one of them? Pre=populate the fields on Paypal's website? Seems counterproductive to ask the customer to enter the same info twice. Probably increases cart abandonment slightly. Any insight is appreciated. Thank you!
  2. Thanks Marvin, I did find this contribution and it is somewhat similar to what I want to do but I still need custom work. A programmer is currently working on it. Karim.
  3. Hello, I was wondering if anybody has done before. I would like to add a shipping estimator at the bottom of the product info page. This way, the prospective customer enters a zipcode/postal code, selects a shipping method from a dropdown menu and immediately gets an estimate for the shipping cost. I found a website (non-OSC) that has this feature for illustration purposes: http://www.turnermotorsport.com/html/detai...3-STYLE-MIRRORS Let me know if there is a module similar to this already available. I have browsed the "shipping" contributions but can't seem to find anything similar. Thank you in advance, Karim.
  4. It works!!! You're my hero. ;) I replaced the 100 with my big images' dimensions. Thanks a lot. I had almost given up at this point. :thumbsup:
  5. I made the change and I still get the same problem unfortunately :'(
  6. I changed this : <script language="javascript"> to this: <script language="javascript" type="text/javascript"> It fixed one validation error. But the image still doesn't load. when viewing the source of popup_image.php, the image name seems to be there even if I can't see the image: <tr><td align="center"><img src="images/Dyno1-ECISE46323.jpg"></td> </tr> After reloading, the source is still the same but the image is displayed. The only error is a missing alt for the image.
  7. thank you, I tried and I get: Error Line 7 column 29: required attribute "TYPE" not specified. <script language="javascript"><!-- The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element. Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>. and Error Line 38 column 47: required attribute "ALT" not specified. <tr><td align="center"><img src="images/"></td> </tr> Any idea what the javascript "type" is supposed to be? Thanks again for the lead :thumbsup:
  8. Hello, First of all thank you so much to everybody who worked on this contribution. It is a superb addition to OSC. It is working almost flawlessly for me. I am sure we will be able to resolve the small problem I encountered. INFO: I have installed More Pics 6 v1.2 I have made the quickfix for thumbnails RECENT CHANGES: I have changed the DOCTYPE declaration of all my php files recently because I was having a problem with my left column in Firefox. This problem is now fixed. (more details here) PROBLEM: When using Firefox (2.0.0.3, Mac OSX), if I click on a small product image, the popup window pops up but it is blank. The large image is not loaded. If I close the popup window and re-try, the large image loads properly. This happens only the first time I click on a small image for a specific product. If I go to another page and return to this product, the image will load on the first click. If I go to another product, same problem again. I don't know where to look. It seems to be related to me changing the DOCTYPE declaration. Let me know if you have any idea. Thanks in advance :thumbsup: Have a great day! Karim
  9. Thanks a lot for the explanations Terra. I will keep on fiddling with the files. Like you said, I have 2 options: using it as is or upgrading to 2.x. Would there be any specific version you would recommend (same features as 1.4 and most bugs fixed)? Thanks again :thumbsup: Karim.
  10. I am testing with version 1.4. You are right. The premature order is created properly and the status is updated when my store receives the IPN after the payment is made. What puzzles me is: - How come the email confirmation is not sent to the customer? - How come the status is updated back to "Preparing [Paypal IPN]"? I am pretty sure that version 1.4 does not send an email if I don't go back to the store. But it doesn't even send it when I do go back to the store... I will go through the files again. My store is quite modified so maybe something is wrongly setup. Thanks for the help. ;)
  11. Hello, I'll try to describe my problem with more details. Hopefully it can give someone an idea. The contribution is setup as follows: - Preparing order status is set to "Preparing [Paypal IPN]" - Acknowledged order status is set to "default" which is "processing" My Paypal account has "Auto-return" set to "ON". And it is pointed to my checkout_process.php. IPN is not enabled in my Paypal account. I made some live transactions on my website to test the module. Here are the tests and the results: TEST 1: I went to my store and made a purchase using the Paypal IPN payment method. When I am sent to Paypal, but before I make the payment, an order is created in admin. The status of this order is "Preparing [Paypal IPN]". No notification is sent. Once I make the payment in Paypal, but am still on Paypal's website, the status of the order is updated to "Processing" (the default status). No notification is sent. I only get a Paypal confirmation. When I click on the return link in Paypal, I am returned to my website. I can see that checkout_process.php is loaded and then checkout_success.php is loaded. At this point, the status of the order is again updated to "Preparing [Paypal IPN]" and this time I receive a notification as a customer. QUESTIONS: - Why is the status updated to "Processing" when the customer makes the payment? Isn't it supposed to be updated when the customer returns to the website? - Why is the status updated to "Preparing [Paypal IPN]" when the customer returns to the store? TEST 2: I went to my store and made a purchase using the Paypal IPN payment method. When I am sent to Paypal, but before I make the payment, an order is created in admin. The status of this order is "Preparing [Paypal IPN]. No notification is sent. Once I make the payment in Paypal, but am still on Paypal's website, the status of the order is updated to "Processing" (the default status). No notification is sent. Paypal sends an email confirmation. At this point I close the Paypal browser window. The status remains "Processing" (the default status) and no notification is sent. QUESTIONS: - Why is the status updated to "Processing" when the customer makes the payment? Isn't it supposed to be updated when the customer returns to the website? - What is the function of "Auto-return" in Paypal? I hope this will give someone an idea. I have been scanning the php files involved and cannot figure it out. Thanks in advance for any help or suggestions. :thumbsup: Karim.
×
×
  • Create New...