Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

fredrikb

Archived
  • Posts

    22
  • Joined

  • Last visited

Profile Information

fredrikb's Achievements

  1. Sins this is regard to this contribution as well as Easy populate someone here might have had the same needs: http://www.oscommerce.com/forums/index.php?act...amp;pid=1440670 The question in the above thread was:
  2. Is possible to get "Vendors Price(Base)" and "Vendors Item Number" as an entry of the .CSV file if you have MVS add-on?
  3. Do you use a specific add-on so the customers gets a nicely formatted email aswell?
  4. ahh forgot about the obove. Fond another problem, that i fixed If "delivery_telephone" is present at line 418 $delivery_address_query = tep_db_query("select distinct delivery_company, delivery_name, delivery_street_address, delivery_suburb, delivery_city, delivery_state, delivery_postcode, delivery_telephone, delivery_country from " . TABLE_ORDERS . " where orders_id='" . $oID ."'"); This error will occur 1054 - Unknown column 'delivery_telephone' in 'field list' select distinct delivery_company, delivery_name, delivery_street_address, delivery_suburb, delivery_city, delivery_state, delivery_postcode, delivery_telephone, delivery_country from orders where orders_id='23' [TEP STOP] My solution to remove this variable maybe cause problems in the future, so a proper solution would be appreciated.
  5. A bit closer... This is the mail the vendor gets: I dont know what is wrong but it does not look like yours.
  6. Now it process the order again. But no nicely formatted email. Just a plain text email that has no spaces or line breaks. Will see later toady i I missed something in the other file I was supposed to edit. When I go to the Send Vendor Email page for an order it is blank. I assume the nicely formatted email is supposed to be here. If I try to send an email here I oscomerce gives me an error message on top saying: adress
  7. Hi when trying to use the HTML Vendors Email I get the following error here is the surrounding code /// END CUSTOMER RECEIPT IF OUTSIDE USA } //while tep_mail_vendor($the_name, $the_email, EMAIL_VENDOR_ORDER_NUMBER . '' . $oID . substr($order_number, -1) . ' for ' . $vendor_delivery_address_list['delivery_name'] . ' from ' . STORE_OWNER, $email . '<br />', STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS); $vendor_order_sent = 'yes'; if ( $vendor_order_sent == 'yes') { tep_db_query ("update " . TABLE_ORDERS_SHIPPING . " set vendor_order_sent = 'yes' where orders_id = '" . (int) $oID . "' and vendors_id = '" . (int) $vendors_id . "'"); } else { tep_db_query ("update " . TABLE_ORDERS_SHIPPING . " set vendor_order_sent = 'no' where orders_id = '" . (int) $oID . "' and vendors_id = '" . (int) $vendors_id . "'"); } if ($debug == 'yes') { echo 'The email including headers: <br />Vendor Email Addy: ' . $the_email . '<br />Vendor Name: ' . $the_name . '<br />Vendor Contact: ' . $the_contact . '<br />--Body--<br />' . $email . '<br />'; } } // line 635 return true; } // line 638 //function //MVS end // lets start with the email confirmation from what I can see using notepad2 none of } one line 635 or 638 is doing anything. But if i remove the } on line 635 it complains on line 638 instead. And if I remove the } on line 638 as well I get a blank page after confirming the order. Oscommerce is 100% clean except MVS addon
  8. How are people handling the status of an order? Do you let the vendor change the status on oscomerce?, skip it entirely, or something ells? Also, how about payment. I would like the have a system like this: When an order is placed and paid: The vendor price of the item is sent to hom directly and the rest to me. is this something anyone here has solved?
  9. have a small problem: look at : http://pokersupply.se/newsdesk_info.php?ne...d=5&language=en For some reason the headline aperas att the rigt and screws upp the table making it to weide. what is wrong? an a smaller thing in what file do I remove the image? (table_background_reviews.gif)
  10. has anyone come upp with a solution? I nedd to offer different shipping cost based on zip code and wight
×
×
  • Create New...