Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

rickheck

Pioneers
  • Posts

    12
  • Joined

  • Last visited

Profile Information

  • Real Name
    Rick Hellewell

rickheck's Achievements

  1. (bump) The installation instructions have no mention of where to insert the gc_dashboard.php file. (Sound of extreme silence...) ...Rick...
  2. I've upgraded a site with GoogleCheckout version 1.5 (from 1.45), and do not see the Google Checkout Configuration Dashboard on the Administration,Configuration screen. I did do the uninstall-reinstall after the upgrade. Double-checked all file modifications per installation instructions (in the Readme_1_5_0 file). Also double-checked that all new files were installed. GoogleCheckout 1.45 did work (somewhat) before the upgrade. Need some direction on where to start looking. Thanks...Rick..
  3. Below is the page source for shipping estimate from the pop-up page, before the zip code is entered (code formatted/indented via ColdFusion). Notice there are some orphan table rows and end-table code. That could be why the close button is not displaying, and therefore perhaps why the estimator is not working. <script language="javascript" type="text/javascript"> <!-- function popup(url) { window.open(url,'name','height=300,width=250'); } // --> </script> <!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"> <html dir="LTR" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>T-Rex Generators</title> <base href="https://ssl4.westserver.net/trexgenerators.com/"> <link rel="stylesheet" type="text/css" href="stylesheet.css"> </head> <body> <table width="100%" border="0" align="center" cellpadding="3" cellspacing="3"> <!-- heading //--> <tr> <td><table border="0" align="center" width="100%" cellspacing="0" cellpadding="0"> <tr> <td align="center" class="pageHeading"><b>Shipping Estimator</b></td> </tr> <tr> <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10" /></td> </tr> </table></td> </tr> <!-- heading_eof //--> <!-- ship-to_form //--> <tr> <td> <form name="est_shipping_id" action="https://ssl4.westserver.net/trexgenerators.com/ship_estimator.php?action=process&osCsid=11faa9761efcfedb575056e31e0523e3" method="post"> <table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox"> <tr class="infoBoxContents"> <td><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td colspan=2 class="main"><b>Shipping Address:</b></td> </tr> <tr> <td class="infoBoxContents">Post Code:</td> <td class="infoBoxContents"><input type="text" name="shippostcode"> <span class="inputRequirement">* Required information</span></td> </tr> <tr> <td class="infoBoxContents">Country:</td> <td class="infoBoxContents"><select name="shipcountry"><option value="">Please Select</option><option value="223" SELECTED>United States</option></select> <span class="inputRequirement">* Required information</span></td> </tr> <tr> <td class="infoBoxContents"></td> <td class="infoBoxContents"><input type="image" src="includes/languages/english/images/buttons/button_process_quote.gif" border="0" alt="Click to get a shipping quote" title=" Click to get a shipping quote "></td> </tr> </table></td> </tr> </table></form></td> </tr> <!-- ship-to_form_eof //--> </table></td> </tr> </table></td> </tr> <!-- quote_eof //--> <!-- close_window //--> <tr> <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="10" /></td> </tr> <tr> <td> <p class="smallText" align="center"> <a href="http://www.trexgenerators.com/ship_estimator.php?action=end&osCsid=11faa9761efcfedb575056e31e0523e3"></a> </p> </td> </tr> <!-- close_window_eof //--> </table> </body> </html>
  4. Screen output after adding two items to shopping cart, then doing the estimate on the shopping cart page: the action is: process the $customer_id is: the shipping cost from the cart the county array id from the cart 223 the delivery zipcode from the cart 84075 the shipping title from the cart the order->info tax: 0 the POSTED shipping: the shipping from $order->info[]: the subtotal: 138.95 the shipping tax: the $shippostcode: 84075 the $shipcountry: 223 ....but I think that you need me to re-enable the error checking (that was previously commented), so...I uncommented those lines, opened a new browser session, added 2 items, then shipping estimate from the shopping cart the action is: ship_error the $customer_id is: the shipping cost from the cart the county array id from the cart the delivery zipcode from the cart the shipping title from the cart the order->info tax: the POSTED shipping: the shipping from $order->info[]: the subtotal: the shipping tax: the $shippostcode: the $shipcountry: ...Rick...
  5. That seemed to work: adding two "Reliance" items to the shopping cart, then shipping quote, then enter zip code, click button.....that displayed the shipping quote for the two items. I did notice that the shipping quote popup window does not display the "Close button", and there is also not a "Change address" button displayed. Those buttons will display when you do shipping quote from a product window; they do not display from the shopping cart window. So...getting closer... ...Rick...
  6. Most vendors are set up with UPS. As an example, add some "Reliance" devices to your shopping cart (use "Reliance" link on left column to get their products.) Reliance set up with UPS. If you have more than one "Reliance" product in your shopping cart, the shipping estimator popup will not have a 'close' button, nor will it compute the shipping value (when you access shipping estimator from the shopping cart page). If you try the shipping estimator from the product page, the shipping charges will display. A new discovery: if you first do a shipping estimate from the product page, that will display shipping OK. From that point on, shipping will display properly in the shopping cart, even for multiple items. But if you start a new session, add two items to shopping cart, then shipping estimate from shopping cart, no estimate is displayed (and the shipping estimate screen will not have a 'close' button). If you then go to a product page, then shipping estimate will display properly. And then shipping will display on the shopping cart page also. So if you get shipping to display properly from the product page, shipping estimate will work OK from then on. On a new session if you add products, go to shopping cart, then try shipping estimate, no good (and no close button). Shipping estimate only seems to work OK if you first try shipping estimate from product page. ...Rick...
  7. Shipping costs are displayed properly when I get to the checkout area (checkout_shipping.php). Where do I determine the shipping modules used? THanks...Rick...
  8. Thanks for the quick reply. On the site, go into the Accessories section, and add any two accessory items to the shopping cart. Then - click on the Shipping icon in the center (shopping cart) area (icon has been changed), fill in a zip code (I've used 84075 and 95821), click Get Quote, and no value returned. - or, click on shipping icon on right column, same procedure, same results. - and then, remove one item from the shopping cart, try again, same procedure, same (no) results. Observe, as you try the above steps, that the estimate screen doesn't have the "Close" prompt at the bottom. Now, close that window, open up a new window, go to the site, display any accessory, chose "shipping" icon, enter zip code, click button, shipping estimate is shown. (Notice that the "close" prompt is shown.) Not sure where to find UPS shipping module info.... Hope this info helps....Rick...
  9. Just installed MVS Shipping Estimator version 2.2.2 20100309 on www.trexgenerators.com . The instructions/mods were carefully followed and verified. Problems: 1) If I add two accessory items, and then "estimate shipping" from the shopping cart, the popup will display. I enter the ZIP code (84075), click the estimate button, and no shipping value is returned. If there is only one item in the shopping cart, the estimate will show properly. 2) If I have only one item in the shopping cart, there are times where no estimate is returned, not even an error/info message. I just get the "zipcode/country" form again. You can test on the site www.trexgenerators.com , but use 'accessories' items, and they are the only ones that have shipping costs (other items have free shipping). THanks...Rick...
  10. When using the 'site map' link, I get an error table 'oscommerce.table_information' doesn't exist After the items in the site map are shown; listed item 'information' as a part of the sitemap, the error message occurs just after that. Unsure what version Ultimate SEO is being used, the OSCommerce version is 2.2. The 'oscommerce' database does not have a table called 'table_information'. Not sure how to recreate the table. It is possible that Ultimate SEO needs to be updated/reinstalled. (I inherited the support of the web site.) So: 1) How do I tell what version of Ultimate SEO is installed on this site? 2) How do I recreate the 'table_information' table 3) Or should I just upgrade to latest version of Ultimate SEO? Thanks...Rick...
×
×
  • Create New...