Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

stubbsy

♥Ambassador
  • Posts

    545
  • Joined

  • Last visited

Everything posted by stubbsy

  1. Thanks very much for that, works a treat :) cheers stubbsy
  2. That is exaclty what I'm trying to do, I have made the table for it to appear in but don't know the code to printthe comments in the table? This is what I have which doesn't work, because i guess it is looking for the info in the orders table <?php echo "<b>Comments:</b> ".$row{'comments'} . "\n"; ?> Any ideas anyone? cheers stubbsy
  3. Strange, i thought we could edit posts now?! I'll have a look into the shared SSL as i guess that might well fit the bill. cheers stubbsy
  4. Hi Hobbzill, thanks for the reply, it would seem that i probably won't be able to use this with Barclays Epdq as the Barclays end of the configuration allows for only 1 Allowed URL to make the call to their processing page :( Cheers stubbsy
  5. Thanks mutter, just what I was after - nice work :) btw hope you don't mind, I translated the text back to english :) <?php echo "<b>Name:</b> ".$row{'delivery_name'} . "\n"; echo "<br><b>Company:</b> " . ' ' . $compan . "\n"; echo "<br><b>Address 1:</b> ".$row{'delivery_street_address'} . "\n"; echo "<br><b>Address 2:</b> ".$row{'delivery_suburb'} . "\n"; echo "<br><b>Town / County:</b> ".$row{'delivery_city'} . ", " . $row{'delivery_state'} . "\n"; echo "<br><b>Postcode :</b> ".$row{'delivery_postcode'} . "\n"; echo "<br><b>Telephone:</b> ".$row{'customers_telephone'} . "\n"; ?>
  6. Hi Guys, this looks like just what I need. I have read through some of the threads and think that it will do what i need, but just want to check before going any further. I will have 2 shops at different URLs but on the same webspace www.myname1.com & www.myname2.com and would like to be able to join them to be able to use only 1 merchant payment processor which would mean the call to the payment processing would have to come from the same URL for both sites, is this possible? cheers stubbsy
  7. Hey zlack this is a really handy contribution. I've been trying to add shipping address and telephone number to it but so far have failed. Would this be possible for you to add? Or could someone post the code needed? Cheers stubbsy
  8. you need to add these lines to admin/includes/languages/english/categories.php //Header Tags Controller Admin define('TEXT_PRODUCT_METTA_INFO', '<b>Meta Tag Information</b>'); define('TEXT_PRODUCTS_PAGE_TITLE', 'Products Page Title:'); define('TEXT_PRODUCTS_HEADER_DESCRIPTION', 'Page Header Description:'); define('TEXT_PRODUCTS_KEYWORDS', 'Product Keywords:'); ?> hope that helps stubbsy
  9. Hi Bren, The only place I missed other than the info above was to install the CPI stuff. Upload the cpi folder to your catalog directory and htaccess protect it, then the post url would be catalog/cpi/complete.php/ and the post username and password would be the one used to htaccess the cpi directory. Hope that is of some use. If you could be a bit more specific with regards the problem I may be able to help :) good luck stubbsy
  10. I have this working with MS2, there has recently been an updated mod attached to the original contributions download page which works fine :)
  11. I have just installed this mod and have a small problem as detailed below... Once i have processed a payment in the ePDQ secure section and click continue i get this returned to my shopping cart with the url ../shopping_cart.php?err=NotFound=826-20031218131601 (this payment was declined by the way) Anyone have any ideas why? cheers stubbsy
  12. I am havingthe same prob, All fields are empty if i go to edit a customer. I'm using MS2, so i just uploaded the create_account_process.php contained in the zip. Also when adding an order to a customer, if i complete any comments they don't get appended? Any ideas? cheers stubbsy
  13. Is this of any use? http://www.oscommerce.com/forums/index.php?showtopic=43158 regards stubbsy
  14. thanks for the explanation, makes sense now :) All up and running now, thanks very much for your help - owe you one :) stubbsy
  15. Sorry to trouble once more ambience, i have only been learning php since installing osc a couple of months ago. If i wanted to record the customer ID number as well, is this how it would appear? tep_draw_hidden_field('cartId', STORE_NAME.' : '.order->customer_id.' '.$order->customer['firstname'].' '.$order->customer['lastname']) . thanks for your help stubbsy
  16. cheers ambience thanks very much for your help, works a treat :) This will make life a lot easier trying to tie up orders in OSC and transactions on WPay thanks again stubbsy
  17. Hi ambience cheers for the quick reply :) The only line i have which slightly resembles that is // Send URL and session name - contributed by Nick Vermeulen 08 Feb, 2003 tep_draw_hidden_field('cartId', $worldpay_url ) . That is the only line beginning with "tep_draw_hidden_field('cartId'", in fact that is the only time that cartId appears Is this the right one? btw, I am using $Id: worldpay.php,v MS1a 2003/04/06 21:30 thanks again stubbsy
  18. cheers for the reply ambience, tbh, anything would be better than the osc ID, how did you go about including the customers name in the Cat ID field? cheers stubbsy
  19. Hi All, i have just finished ready all the threads and i don't think that this question has been asked or covered. Is it possible for worldpay to store the customers order number, as when i view my statements it shows the Cart ID = osCsid=some big long string but no order number. The cart ID is also sent out as the reference to the customer, is it possible to change this to the order number? Cheers stubbsy
  20. Thanks for that list Al, much appreciated, nice to be able to browse quickly as well as sort through by category :) cheers stubbsy
  21. This doesn't appear to be adding taxes to my prices? http://www.soscooters.com/allprods.php Whereas elsewhere on the site they are included? any ideas?
×
×
  • Create New...