Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

magicsenses

Archived
  • Posts

    139
  • Joined

  • Last visited

Profile Information

  • Real Name
    Sim
  • Gender
    Male

magicsenses's Achievements

  1. Hi! I have installed Active Countries version 2.11 and I receive an error: "Invalid country for shipping". It appears during checkout on the checkout_shipping_address.php for the customers who use Purchase Without Account. Any help is appreciated. I have 2.2 MS2. Thank you!
  2. Hi! Is there anyone who has integrated Active Countries with PWA? I need some help... :( I get the "Invalid country to ship." error on the checkout_shipping_address.php. Thanks! Simone
  3. Hi! I have had PWA for over 1year now and I am pretty happy with it with... however, there is one little thing that has been bugging me for the last 2-3 months. Situation: a customer adds a product to the cart and proceeds to checkout, chooses PWA, clicks continue and reaches the /create_account.php?guest=guest. , fills in the name & address. The only drop-down is for country only. Now, customer clicks CONTINUE and is taken again to the create_account.php?guest=guest with an error: "Please select a state from the States pull down menu." Now the customer has to fill in the form again and choose the STATE & COUNTRY from 2 drop down menus. How can I avoid this error? I have version 1.1.1 by Ingo and I do not have any other errors... that I know of. Any help is very appreciated. Simone
  4. This is the code for lines: 53-68 in my admin/order_editor/functions.php // Return the tax description for a zone / class //kept the tep_ prefix here as the Low Order Fee module uses this function function tep_get_tax_description($class_id, $country_id, $zone_id) { $tax_query = tep_db_query("select tax_description from " . TABLE_TAX_RATES . " tr left join " . TABLE_ZONES_TO_GEO_ZONES . " za on (tr.tax_zone_id = za.geo_zone_id) left join " . TABLE_GEO_ZONES . " tz on (tz.geo_zone_id = tr.tax_zone_id) where (za.zone_country_id is null or za.zone_country_id = '0' or za.zone_country_id = '" . (int)$country_id . "') and (za.zone_id is null or za.zone_id = '0' or za.zone_id = '" . (int)$zone_id . "') and tr.tax_class_id = '" . (int)$class_id . "' order by tr.tax_priority"); if (tep_db_num_rows($tax_query)) { $tax_description = ''; while ($tax = tep_db_fetch_array($tax_query)) { $tax_description .= $tax['tax_description'] . ' + '; } $tax_description = substr($tax_description, 0, -3); return $tax_description; } else { return ENTRY_TAX; } } And this is the code for lines: 14-18 in admin/includes/functions/general.php // Function to change quotes to HTML equivalents for form inputs function oe_html_quotes($string) { return str_replace("'", "'", $string); } Any help is very appreciated. Thank you!
  5. Hi! I have just installed version 5.0 - Ultra Violet (upgrade from v. 2.5.4) and I have a problem... Can anyone help me with this error please? Fatal error: Cannot redeclare tep_get_tax_description() (previously declared in /***/admin/includes/functions/general.php:15) in /***/admin/order_editor/functions.php on line 55 Thank you!! :)
  6. Hi! I see you managed to add descriptions on the featured_products.php page... how did you do that? Thank you.
  7. Hi! I have almost the same problem... I am trying to install this contribution and I receive an error: :( 1062 - Duplicate entry '2104' for key 1 insert into cancelled_orders select * from orders where orders_id = '2104' Any ideas on how to take care of it? Thank you very much! Simo
  8. Hi! I would like to ask if anyone has Payjunction - Trinity product working great on their website... I haven't found out their prices yet, I will call after the holidays but I just want to make sure that it works great first... Any additional info is more than appreciated. Happy Holidays! Best regards,
  9. Here are the errors that I get when running the Froogle feed... Any help is very appreciated: File completed: filename.txt Connected to uploads.google.com, for user m***** Warning: ftp_put(): php_connect_nonb() failed: No route to host (65) in /home/username/public_html/admin/froogle.php on line 379 Warning: ftp_put(): Entering Passive Mode (72,14,200,3,110,87) in /home/username/public_html/admin/froogle.php on line 379 uploads.google.com: FTP upload has failed! Script timer: 3.787749 seconds Thank you!
  10. oops. A mistake on my part: upload.google.com should be uploads.google.com ... I corrected that but I still get errors... is there anything that I have to change (personalize) in froogle php or any other file that I uploaded? So far I've changed the frooglefilename.txt on line 11 and productURL on line 36... Thank you.
  11. Thank you, Steve, for your quick response! I added the paranthesis and here is what I get after I run the feed: File completed: myfile.txt Warning: ftp_connect(): php_network_getaddresses: getaddrinfo failed: No address associated with hostname in /home/username/public_html/admin/froogle.php on line 348 FTP open connection failed to upload.google.com Script timer: 0.346846 seconds. Here is line 348 : // set up basic connection $conn_id = ftp_connect($ftpservername); Thanks again. Simone
  12. Hi, Steve! I am in the same exact situation... did you manage to solve yours? Thank you! Simone
  13. Hi, Steel! Thank you so much for your answer! Do you know exactly where I have to make the change? I've had a look at the stylesheet.css but I don't know what to change.. :( Thank you again! Simone
  14. Hi! I have installed this contribution sometime ago and I have to say that I am very happy with it! I have one question though: how do you change the font size in the Shipping and Comments/ Instructions boxes? It seems to be size 3 or something like that... and my customers complain that they cannot see what they are typing.. :( here is My Webpage Please have a look. I appreciate your help. Best regards, Simone
  15. I see...I'll try that! I can't wait to have this contribution installed! Thank you, Jack! Very helpful as usual! :) Simone
×
×
  • Create New...