Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

xao

Archived
  • Posts

    54
  • Joined

  • Last visited

Profile Information

  • Real Name
    Tony

xao's Achievements

  1. This is a dumb question, but I can't find a summary of what all this module provides. Even the contrib section only has this small one line about it "The base credit class and the Gift Voucher module in one package." Now, I understand the Gift Vouchers, which I assume allows you to purchase a gift certificate during checkout to give to someone, but can someone explain a few more of the details of the Discount Coupons and the Credit Class? ie: What all does the Discount Coupons allow you to provide discount on? Is it just a code such as "May5off" then it would give 5% or $5 off, by my choosing % or $? Or can I be much more selective and say put in code "May5off" and you get 5% off but have the ability to exempt certain shopping cart items? What about the Credit Class? Does that allow me to offer free shipping on orders over "X" Dollars? Again, would I be able to exempt certain items that may have a heavy weight? Thanks!
  2. For anyone using the Mac platform, I have gotten Opera v9.0 and 9.01 to print correctly, but I would still much rather use Firefox or Safari, if ANYONE can give some insight on why this does not print correctly on these two platforms, it would be appreciated. You can see the examples here: Correct image: http://www.one-stop.com/into_correct.jpg Incorrect image: http://www.one-stop.com/into.jpg
  3. For anyone who has a module developed and offers it at a reasonable price, I'm willing to support you as a professional developer. Just send me a PM when you have it developed as not to break any forum rules. One requirement that I have though that it work with both PHP 4.x and PHP5.x, I noticed the current module posted to the Contribs only supports PHP 4.x. Thanks!
  4. Just downloaded this and I am working on setting up my Google Checkout account now. Does anyone know what to put in the Google Checkout "API callback URL" configuration? I'm assuming something like the checkout_confirmation.php file? Thanks!
  5. I'm looking for a contribution that will allow me to make a downloadable catalog of our store. Preferable this would be in PDF format with catagories, price, and pictures. I have downloaded one or two from the contribution section and they get "close" to what I am looking for. What appears to be the problem, is that I use "Easy Populate" and when I upload my inventory all quotes (") get remapped to like " or something like that. The web pages display the descriptions and such correctly (with the quote), however, when I run the "printable" catalog contribs, they don't show the actual quote but the HTML tag. It looks really bad. Just curious if anyone knew if any of the contribs worked around this so I don't spend too much time testing every one? Thanks!
  6. I have this contrib working and it is great! I have one small problem, when I'm in the admin interface and pull up the packing slip to print and include in the shipping boxes, they boxes straight lines and rounded edges are not lined up on the Mac. This is OS X 10.4.6 and I can duplicate it on Safari and Firefox. Internet Explorer prints the invoices and packing slips find with all lines and edges lined up, but Firefox on Windows/Mac along with Safari mis-align. The alignment isn't off by THAT much, but it does take away from it's professionalism. I know this really isn't this mods fault (at least I don't believe it is), I think it may be a browser issue. I'm just hoping someone knows how to get around this. Thanks!
  7. I have someone from CA trying to pay with a Visa starting with 4551. It has been verified that this is a valid Visa number for a bank in CA. How do I update my cc_validation file to accept these cards? here is my Visa line in the cc_validation.php.... class cc_validation { var $cc_type, $cc_number, $cc_expiry_month, $cc_expiry_year; function validate($number, $expiry_m, $expiry_y, $cvv, $cr_card_type) { $this->cc_number = ereg_replace('[^0-9]', '', $number); if (ereg('^4[0-9]{12}([0-9]{3})?$', $this->cc_number)) { $this->cc_type = 'Visa'; } Thanks!
  8. Ok, let's say I am shipping cookie cutters, they only weigh .08 lbs and I can fit three of them in a padded envelope that its tare weight is .05lbs, however, if they order 4 or more cutters, I need to ship in a box that has a tare weight of .45lbs. I also have oversized items, such as cake boards that may be 18" in diameter and are required to go into a box that has a tare weight of 1.5lbs. Soooo.... Basicaly, I'm asking is there a shipping contrib that will allow me to have multiple tare weights based by product type (or attribute) but then also allow me to change that tare weight based on qty? Thanks!
  9. Yes, but I had to "modify" it to run, which may be the cause of the error. The SQL that came in the instructions was: INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, set_function, date_added) VALUES ('Purchase without account', 'PURCHASE_WITHOUT_ACCOUNT', 'yes', 'Do you allow customers to purchase without an account?', '5', '10', 'tep_cfg_select_option(array(\'yes\', \'no\'), ', now()); INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, set_function, date_added) VALUES ('Purchase without account shippingaddress', 'PURCHASE_WITHOUT_ACCOUNT_SEPARATE_SHIPPING', 'yes', 'Do you allow customers without account to create separately shipping address?', '5', '11', 'tep_cfg_select_option(array(\'yes\', \'no\'), ', now()); My database has a configuration_id as the first field in the configuration table, so when I ran that insert code, it gave me an error on the second insert statement saying "ERROR 1062: Duplicate entry '0' for key 1" Once I added in the configuration_id field and assigned them to an open id #, I could get all my pages to load except what I stated above. Is there something else I need to modify, or a different insert statement that I should run to set this up? BTW: I'm using purchase_without_account_1.1.2b
  10. I have seen a couple people have this problem but haven't seen a real solution to this yet... Then again, there are 69 pages in this thread.... Everything works fine, can enter billing and shipping addresses, get to the credit card (checkout_payment.php) page, still a-ok, then I can click "Continue" to the Checkout confirmation (checkout_confirmation.php), I'm still ok, it is however, when I click Confirm Order to go to the checkout_process.php page I get the following error: 1062 - Duplicate entry '0' for key 1 insert into orders (customers_id, customers_name, customers_company, customers_street_address, customers_suburb, customers_city, customers_postcode, customers_state, customers_country, customers_telephone, customers_email_address, customers_address_format_id, delivery_name, delivery_company, delivery_street_address, delivery_suburb, delivery_city, delivery_postcode, delivery_state, delivery_country, delivery_address_format_id, billing_name, billing_company, billing_street_address, billing_suburb, billing_city, billing_postcode, billing_state, billing_country, billing_address_format_id, payment_method, cc_type, cc_owner, cc_number, cc_expires, date_purchased, orders_status, currency, currency_value) values ('0', 'Joe Schmow', '', '123 Park Ave', '', 'springfield', '62704', 'Illinois', 'United States', '2172990199', '[email protected]', '2', 'Joe Schmow', '', '123 Park Ave', '', 'springfield', '62704', 'Illinois', 'United States', '2', 'Joe Schmow', '', '123 Park Ave', '', 'springfield', '62704', 'Illinois', 'United States', '2', 'Credit Card', '', '', '', '', now(), '1', 'USD', '1.00000000') [TEP STOP] Any assistance?
  11. I'm sure you already verified this, but if it updates the first records and stops, did you verify that you have EOREOR as the last column to import on each of your product lines?
  12. I just noticed I posted this question in the forum as a new topic, I meant to post it part of this one. If the moderators could delete that message, it would be appreciated. Question: I have a couple items that need to appear in multiple categories but no matter where the customer purchases from, it needs to deduct the qty. from all. Just curious how EP handles when you "LINK" a product in the Admin interface? When I download the file after "LINKing" the page it lists the item twice in both categories. I haven't tried re-uploading the file to see what happens if I make a change. Any insights to what behaviour I might expect?
  13. I have a couple items that need to appear in multiple categories but no matter where the customer purchases from, it needs to deduct the qty. from all. Just curious how EP handles when you "LINK" a product in the Admin interface? When I download the file after "LINKing" the page it lists the item twice in both categories. I haven't tried re-uploading the file to see what happens if I make a change. Any insights to what behaviour I might expect?
  14. I have a basic question and then maybe one that isn't too basic... Basic question. I have been fighting for the last two days trying to determine if Authorize.net was working. I was convinced it wasn't because from I interpeted on their website, was that I put in a real credit card on my website, but left my configuration mode in "Test" on the Authorize site, it would show up by NOT be charged. Now reading a couple of these e-mails it appears this may be incorrect. It really stinks that I have to do an actual purchase to test to make sure it is working. Anyone know of a way to verify that everything is working correctly. I assume it's working because of my follow-up question, which probably isn't too basic.... When going from the checkout_payment.php page to the checkout_confirmation page, I can see in my log files there is an error sometimes processing the credit card. Example: intranet.one-stop.com - - [08/Mar/2006:00:32:13 -0600] "GET /checkout_payment.php?error_message=There+was+an+error+processing+your+credit+card+%28%29%3A+&osCsid=0v3g3upacncbtqifot5on4m3 HTTP/1.1" 200 5656 "https://www.intotheoven.com/checkout_confirmation.php" "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/417.9 (KHTML, like Gecko) Safari/417.8" But there is not an error listed on the Order confirmation (checkout_confirmation.php) page. Is there a way that if there is an error to reject it here or prevent them from moving to this stage? Third question... If you continue to proceed at this point, revewing your order and then click the "Confirm Order" button, it will reject you at this point back to the credit card entry box, but the error message in the URL isn't correct to show up in the Red Error box. The error has "checkout_payment.php?error_message=" redirected to it instead of "checkout_payment.php?payment_error=authorizenet&error=" Anyone know where or what file to edit to change this redirect to send the appropriate URL so at least the customer can be informed why their order wasn't processed? Examples below: Redirected error from confirmation order page back to CC entry that does NOT display the error in the Red Box. https://www.intotheoven.com/checkout_paymen...acncbtqift5n4m3 A properly formated error page that will display the Red Error box. https://www.intotheoven.com/checkout_paymen...cncbtqifot5on43 Thanks for all of your help!
  15. Well I spoke too quick.... It appears to be re-writing one level deep but not off the home page. If someone could take a look at the homepage at: http://www.intotheoven.com/ I would appreciate it... You can clearly see that if you roll the mouse over the Text, image or "Details" buttons, all the URLs are rewrittne and the "Continue Shopping" button will refer you back to where you started from the cart. However, on the home page, if you roll the mouse over the "Add to cart" button it has it's URL rewritten but not using the proper tag information and the "Continue Shopping" from the cart gets confused if you add it from there. Examples: SEO Turned off: Details button link: http://www.intotheoven.com/product_info.php?products_id=64 Add to cart link: http://www.intotheoven.com/index.php?actio...&products_id=64 SEO Turned on: Details button link: http://www.intotheoven.com/americolor-soft...white-p-64.html Add to cart link: http://www.intotheoven.com/index.php?produ...&action=buy_now Link from "Continue Shopping" after being referred from a link that works: http://www.intotheoven.com/americolor-soft...white-p-64.html Link from "Continue Shopping" after being referred from a link that puts the system in an infinite loop: http://www.intotheoven.com/index.php?products_id=64 That link just puts the system in a continuos redirect. Sample error from log file: intranet.one-stop.com - - [04/Mar/2006:01:35:48 -0600] "GET /index.php?products_id=64 HTTP/1.1" 301 5771 "http://www.intotheoven.com/shopping_cart.php" "Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/417.9 (KHTML, like Gecko) Safari/417.8"
×
×
  • Create New...