Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

trogette

Pioneers
  • Posts

    317
  • Joined

  • Last visited

Profile Information

  • Real Name
    Tracy Oldfield

trogette's Achievements

  1. Just an FYI to anyone struggling with paypal IPN, remember to make changes to ext/modules/payment/ipn.php! :) Or not! Ah phooey. I changed it on my test server and it was fine, changed it on a live shop, nothing. It just doesn't pass the discount to PayPal, which is fine when I don't want people using the code to be able to pay by PayPal, lol, but otherwise, not clever :(
  2. Hi :) I've installed this add-on (*double checks to make sure it's the right version*) and it's working fine, with the odd tweak or two of css and adding a short description, on my home server, but on uploading to the live site the admin page featured.php is giving me a 500 error. I've copied the files across and checked a load of times with Beyond Compare so I'm at a loss as to what the problem is, other than maybe a php or mysql version issue? Also I wondered if anyone had fixed the not displaying specials prices issue?
  3. Actually it's a bit more complex than that, so I thought I'd give you all a screenshot: That's still showing VAT (ie tax) in the sort order but it's set to false. It's also showing the various parameters for the discount coupons, not sure why it works that way and not any other way but hey! At least it works!
  4. oh gosh I've sorted it! I just don't display the VAT on the confirmation page! Wow.
  5. I'm having the same trouble, I can display the coupon with tax included but it still only subtracts the net amount from the total. I've fiddled about with sort orders and such but it doesn't help. I also need to be able to apply the discount to the gross after a special has been applied. Any ideas?
  6. I rang nochex and got an answer that really should be in the payment page setup instructions somewhere! So the process is this: log into nochex, and select 'payment page setup' from the menu at the bottom of the control panel page click the button to 'add merchant id' and set up the page for each website you want to connect to your account (colours, logos etc plus the callback/cancel/success links for the 'site) install the nochex APC module including the database changes (doh!! lol) and any adjustments that other add-ons make to checkout_process enter the merchant id but *not* the nochex account email (unless that is actually the one you've used to set up the page) in the appropriate place in the nochex module set-up Now it's working well enough, but I have a couple of back-end problems. Firstly, despite me ticking the box to tell it not to subtract before payment is received, that's exactly what it's doing (I have QTPro installed, and I assume that's affecting it as it appears to be subtracting the attribute stock correctly, but before payment, and then subtracting the product stock, but not the attribute stock, when the payment is made, it's triggering the QTPro Doctor error message.) Secondly, it's still saying in the order details that it's emailing customers on 'nochex processing,' though it actually isn't. Thirdly, when a payment is refunded, it doesn't change the status on the order at all, though I'm not sure if nochex gives APC feedback on refunds. I'm sure there was another problem but I can't remember what it was now *frown*
  7. Just to add, it appears to be working correctly with the URLs in place but as I've said that does mean that it's only going to work with the one site. Anyone got a workaround?
  8. I've come back to this, I think it's alright so far (I need to figure out a bit of add-on integration) but I'm wondering if there's an issue with using it on more than one site considering the need to enter the callback/cancel/success URLs in the payment page.
  9. What I've done (I had problems getting online payment systems to talk to my websites after a server switch a while ago) is change the wording on the money order module to suit my purposes, it should work for any non-instant payment method (I take cheques, card payments by phone, bank transfer and manually send PayPal invoices, I have one version of moneyorder.php for cheques/card by phone/bank transfer and another for paypal.
  10. I've just installed this (http://addons.oscommerce.com/info/7844/v,23) and I'm having some issues, would appreciate a bit of shared brainstorming :) I removed the left navigation from edit_orders.php (I can have a look at integrating template_top in a bit but not right this minute) and then edited an order, throwing up this error message: Parse error: syntax error, unexpected '?' in /share/MD0_DATA/Qweb/orderedit/admin/edit_orders_ajax.php on line 1028 If it matters, my test server's php version is 5.2 but it's 5.3.4 on the live server where my shops are hosted.
  11. or, actually, would it be easier to engineer the front end to view the existing entries as gross instead of net? (here I go thinking aloud again!)
  12. Does anyone else have a problem with AJAX AM assuming the option value price is net of tax, when you want to enter it as a gross price? If so, does anyone have a fix before I go poking around with this: http://addons.oscommerce.com/info/3256 ?
  13. What QTPro does, primarily, is to allow tracking of stock for product options, not just the main product. Changing the way a dropdown displays would mean changing the html output of whatever function creates the dropdown list, and/or the html output surrounding it, ie in your instance you would add the option name as the first entry on the dropdown before the list is compiled from the option values for that product, and ignore/remove the text for the dropdown heading. Doable in QTPro but also in the core code. Meanwhile... I've been faffing about tonight with displaying the actual price in the dropdown *only* when the attribute price is different to the product price, so that the vast majority of options which aren't changed don't have a scruffy and unnecessary price reference in the dropdown. It's taken me much longer than it should have, and all the information was there already, but in the end I've sussed it, so I thought I'd mention it here in case anyone else wants to know and doesn't want to spend an age scratching their head, lol. It's a very simple matter of moving the line if ($products_options['options_values_price'] != '0') { from line 310-ish to line 296-ish, before if(PRODINFO_ATTRIBUTE_ACTUAL_PRICE_PULL_DOWN == 'True'){ Now I just need to persuade it that the amount I've entered on the admin side is gross, rather than net of VAT, which will be a core code/AJAX Attribute Manager tweak...
  14. Hi Not sure if this has been asked already, but is it possible to not have the product/category id numbers in links? According to some it's entirely cosmetic but I get the feeling from reading through some posts here that it's a thing on purpose? It does clearly identify, to me at least, an oscommerce site which is one thing I'm hoping to make less obvious.
  15. Would really appreciate some input on the post I just made over in Payment Modules/Other, it's here: http://www.oscommerce.com/forums/topic/370528-nochex-apc-on-231/
×
×
  • Create New...