Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Olorin

Archived
  • Posts

    52
  • Joined

  • Last visited

About Olorin

  • Birthday 01/06/1986

Profile Information

Olorin's Achievements

  1. Olorin

    NEW PAYPAL

    Wow, thanks! If you can remember, please email me when you've got it posted, this sounds like an excellent setup! mhanson at v3leds dot com Everything sounds like it'd work real clean and well, it'd be great for PayPal to recognise the orders as what they were so if it's confonfirmed by some strange thing, we'll still know what was ordered. Thanks again, you're great! M.Hanson v3leds
  2. Olorin

    NEW PAYPAL

    Being an idiot in coding and all of this IPN stuff.. I'm rather confused and read the first three pages of this post and had to stop.. Does this mean theres something I can do to stop all these damned uncofnfirmed orders! Tell me! I'm rather despeerate. I was going to configure some kind of popup reminding them of some sort with a GIF but Iunno, if it's easier let me know! This is extremely urgent!
  3. Anything yet? The mans offering cold hard cash for someone to do this? People have said it'd be a relatively easy hack, wheres the stuff?!? This is something alot of people want!
  4. I have access to the email used for that, and I never got an email looking like the one I got, as the store owner. Is there a setting for this also?
  5. That did it! One question though, how do I set it to send them an email as well, from my site, just like the one I get?
  6. I've got a problem. My site, www.v3leds.com does not email me when I recieve an order. I've tested this twice, and ensured that I confirmed the order and still no email, except from papypal. I only accept paypal as an email, and when a purchase goes though, Ig et an email from them saying I got a payment, with a quantity, but without how many of what color and so forth. The Item thing just says "v3 LEDs" and not BLue, or Red. So I'm sure someones made something where when you recieve an order, you get an email from say, [email protected] and it says a Name, Address, username or whatnot from your site, the items's, and how many of each different one. Can anyone direct me to this? If you're going to refer me to the logging orders before confirmation thing, I've tried to install it and ran across a problem with my sql. So yeah, if anyone could help it'd me MUCH appreciated!
  7. I tried doing the first step, creating the three tables, and my sql gave me this error MySQL said: You have an error in your SQL syntax near '\'0\', customers_name varchar(64) NOT NULL default \'\', customers_street_' at line 3 Heres what was in the textfile CREATE TABLE holding_orders ( orders_id int(11) NOT NULL auto_increment, customers_id int(11) NOT NULL default '0', customers_name varchar(64) NOT NULL default '', customers_street_address varchar(64) NOT NULL default '', customers_suburb varchar(32) default NULL, customers_city varchar(32) NOT NULL default '', customers_postcode varchar(10) NOT NULL default '', customers_state varchar(32) default NULL, customers_country varchar(32) NOT NULL default '', customers_telephone varchar(32) NOT NULL default '', customers_email_address varchar(96) NOT NULL default '', customers_address_format_id int(5) NOT NULL default '0', delivery_name varchar(64) NOT NULL default '', delivery_street_address varchar(64) NOT NULL default '', delivery_suburb varchar(32) default NULL, delivery_city varchar(32) NOT NULL default '', delivery_postcode varchar(10) NOT NULL default '', delivery_state varchar(32) default NULL, delivery_country varchar(32) NOT NULL default '', delivery_address_format_id int(5) NOT NULL default '0', payment_method varchar(32) NOT NULL default '', cc_type varchar(20) default NULL, cc_owner varchar(64) default NULL, cc_number varchar(32) default NULL, cc_expires varchar(4) default NULL, last_modified datetime default NULL, date_purchased datetime default NULL, orders_status int(5) NOT NULL default '0', orders_date_finished datetime default NULL, comments text, currency char(3) default NULL, currency_value decimal(14,6) default NULL, PRIMARY KEY (orders_id) ) TYPE=MyISAM; CREATE TABLE holding_orders_products ( orders_products_id int(11) NOT NULL auto_increment, orders_id int(11) NOT NULL default '0', products_id int(11) NOT NULL default '0', products_model varchar(12) default NULL, products_name varchar(64) NOT NULL default '', products_price decimal(15,4) NOT NULL default '0.0000', final_price decimal(15,4) NOT NULL default '0.0000', products_tax decimal(7,4) NOT NULL default '0.0000', products_quantity int(2) NOT NULL default '0', PRIMARY KEY (orders_products_id) ) TYPE=MyISAM; CREATE TABLE holding_orders_total ( orders_total_id int(10) unsigned NOT NULL auto_increment, orders_id int(11) NOT NULL default '0', title varchar(255) NOT NULL default '', text varchar(255) NOT NULL default '', value decimal(15,4) NOT NULL default '0.0000', class varchar(32) NOT NULL default '', sort_order int(11) NOT NULL default '0', PRIMARY KEY (orders_total_id), KEY idx_orders_total_orders_id (orders_id) ) TYPE=MyISAM;
  8. Sorry Dr Dude, I've noticed most people here don't like to suggest stuff, or give advice unless it's wizardandwars (sp?) or a random person. The closest one I've found is.. http://www.oscommerce.com/community/contributions,282
  9. Yah, and here they are in full. Replace the file \catalog\includes\modules\paypal.php with the one included in this contribution. Wow..... Doesn't really do much good does it? There wasnt a paypal.php there! What to do?
  10. It calls for me to 'replace' the paypal.php in /includes/modules, though I don't have one there! What need I install first?
  11. It helped greatly. I've got it all figured out, but now that I've figured out most of it, what kind of things should I put in the following head_title_tag. I've got this one figured out What kind of words should I put into head_desc_tag, stuff like for the video game mortal kombat, put something like 'games, ps2, mortal kombat, kang,' stuff? I put a more descriptive option in mine, tell me if you think this is fine? define('HEAD_DESC_TAG_DEFAULT','LEDs, or L.E.D. s for wholesale prices. Only the highest quality light emitting diodes here. We have Blue Red Green Orange Amber Red and UV leds. Prices as low as 35 cents 3mm 4000mcd or 5000mcd or 6000mcd or 3.3 volts or 3.5 volts 20ma'); And I have no idea what goes in HEAD_KEY_TAG. Thanks again for all the help, you've been an insane help thus far!
  12. YEah, I'm looking for something specific for forums, where they enter a code, according to whatever forum it is, and it never expires, as opposed to one-time use, or having to send the code to someone first. Is there anything like this?
×
×
  • Create New...