Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

ssnb

Pioneers
  • Posts

    282
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by ssnb

  1. It was a while ago that I upgraded, so can't remember how hard it was - you'll have to do the reading ! Here's some pointers: BACK UP FIRST ! http://www.oscommerce.com/forums/index.php?showtopic=179917 http://www.oscommerce.com/forums/index.php?showtopic=333691 Also, as mentioned in my last post, IPN ignores checkout_process.php, so any code that you may have added to checkout_process.php (from contributions such as the points & Rewards code) has to be added to IPN too. There are posts relevant to that issue a few pages back - but here's pone post - you'll have to double check it's the latest: http://www.oscommerce.com/forums/index.php?sho...p;#entry1329338 BACK UP FIRST ! Good luck
  2. Without seeing your installation it's impossible to tell. If you think it could be a database thing, I would suggest you return to a previous working version, and try again. The files you are looking for are all in the package. My advice is to install the last release from Deep Silver (the author) as it seems the most stable.
  3. Hi I am interested in finding a way to implement this contribution: Links in Infobox header text http://addons.oscommerce.com/info/5791 However, I tried it and it broke the site - I'm guessing it's not compatible with STS. Anyone else know a way to get this working within STS?
  4. Bro Do you know how I can add more years to the year drop down? Also, is this stable now? Chur
  5. This is a recurring issue, unfortunately. Here is the reason it's not working. As I understand it, some payment methods (e.g. Paypal and some credit card processing companies) communicate the order payment amount to the payment engine first - the payment engine being on their site. Next, it updates your OSC store with the order - IF it was successful. In this regard, the payment engine tends to ignore checkout_process.php - which is where you will find your P&R code. Therefore, what you have to do is find a way to tell the payment engine (e.g. paypal) to process the points as long as the transaction was successful - when it updates your OSC store. Essentially, that is what the P&R code in checkout_process.php file does - which is why it works with bank transfer or any other static payment module you may use (like COD etc). There have been several people - way back in this forum (on pages 60 ish I think) who managed to develop the code so that it will work in Paypal IPN. When Paypal IPN processes a successful transaction, it updates P&R and adds the Points Redeemed bit to the order etc. For myself, I just upgraded from Paypal Payments Standard to Paypal IPN in order to make it work with P&R !! Perhaps a little extreme, but now it works fine with Paypal IPN! Unfortunately, I use a credit card processing company that do the same as Paypal Standard - and I have yet to find a fix for it myself - so I update those transactions manually which is a bit annoying. The alternative is to find a way to tell Paypal Standard how to do the above - maybe someone here has that code? If so would they please share it. Other than that, you could consider posting the job on www.elance.com for say $50 I'm sure you'll get it sorted. Cheers Solio
  6. Hi First of all, thanks go to the authors for this contribution - it looks great and well done - however, I've been unable to successfully test it: www.sk8factoryshop.com Many of the thumbnail images come up blank with just the alt text in its place - that's the weird thing, some are fine, others don't show up. A page refresh usually results in a completely different set of images not displaying that were last time! I'm using STS and have implemented all of the suggestions previously made. I see there are several people who like me have / or had the same issue, but so far no response from anyone! Can anyone shed any light on this? I'd love to fix it ! :-) PS: I should say that I also have On The Fly installed and UltraPics - would that matter? TIA
  7. I don't have answers, only theories: 1) Not as standard with this contribution. You would have to modify it considerably to do this. 2) There is a fix for this. You need to find the Paypal IPN http://addons.oscommerce.com/info/3220 look for mod: DEEP SILVER ACCESSORY 27 Jun 2005 You would be advised to search this forum to see if it has been updated. BACKUP your store first before install..... To search this forum: copy and paste the following into google: site:www.oscommerce.com/forums points & rewards module v1.00 "paypal ipn"
  8. Hi Did you try deleting the P&R table in your database and re-installing? (backup entire DB first) If it's duplicating the deduction, there must be an error somewhere! What other contributions do you have installed - perhaps there was a conflict in one of the files when merging the code? Sorry I don't have the answer for you!
  9. Hello Can anyone tell me if it is possible to update inventory with this mod? Not to concerned about updating orders - stock tracking is more important. I would like to update my stock from Quickbooks 2008/9 to Oscommerce, but where to start? I use Quantity Pro on OSC - lots of different attributes! Any suggestions guys? I have seen something called T-Hub - does anyone use this / recommend it? http://www.atandra.com/Prod_THub.htm Thanks
  10. Dude, if you don't see this, I suggest you go back thru your installation and re-install this version V2.1rc2a deep-silver 4 Oct 2008
  11. In my own experience, I have found nothing but trouble with anyone elses release of this module. Therefore, I advise you to install V2.1rc2a by deep-silver - 4 Oct 2008. It works - at least it does for me - and I wish it does for you too :-) Regards
  12. It's not under admin modules, you should see it in Config > points/rewards V2.00 - if not, then you will need to go over your installation again.
  13. The answer to this as far as I am aware is yes, the customer needs to create an account and you can credit them with points just for joining up, in admin > Config > Points&rewards > new signup customers Does that answer your question? Further to my point about using google to search this topic, I found a better way to do it - try this in the google search field: http://www.oscommerce.com/forums/index.php?showtopic=152746 "search topic"
  14. This forum (and this contribution) is a very popular one - it's quite an old one! The author (Deep Silver) does seem to come back every once in a while to check what's going on - though I understand he is a new father which is keeping him busy offline!! He recently uploaded the latest version which basically, ironed out most of the bugs - at least it works for me. It's frustrating when there is no-one to help! I think the best we can do is use the search facility because there are over 90 pages - the chance are, your question may have been answered elsewhere! However because the forum search tool is poor, I suggest using google like this: site:www.oscommerce.com/forums "search topic" Good luck
  15. You'll have to do a search as I believe this has been mentioned before:
  16. OK yes, I have done that - I must say, after a week of using them, I'm quite confident, but alas, i still didn't find the problem. I'm probably missing something very simple! Also, I'm starting to see some of the images displaying as "x" in the placeholders (i'm using ultrapics). Could that be just my cache maybe or? Is there a script that works well with STS to pre-load images ? Thanks for your advice. Sol www.boomclothing.com
  17. Hay everyone, I would also like to know if it is possible to exclude a certain payment module? Regards Sol
  18. Thanks Bill, I appreciate your time and your advice. I have checked my table layout and I believe that I do have set width amounts for each.... I'm curious to know if when you looked, you saw something on the contrary, and if so, where? Sol
  19. Hi Bill thanks for your reply, I have considered your response and would like to respond.... If you look at the page again, boomclothing.com/store2/ you can see there are three levels in the left category box: 1) Clothing 2) Mens Clothing > 22 3) Hoodies (4) 1) wraps fine 2) does not wrap correctly in column right 3) wraps fine If it is a table issue, why is level 3 child wrapping ok? I would have thought it would inherit properties from 2 ? Thanks Sol
  20. Hi Tim 1) Have you installed the " kgt - discount coupons" code in the checkout_payment.php file? 2) Which version of discount code contribution are you using? 3) There might also be a conflict if you have installed any other contributions on checkout_payment.php page, so let us know if you have. Sol
  21. Hi Sophia, sorry I can't help, but I wanted to say thanks for raising the issue because I was about to install 1pagech myself. I hope you can sort it and when you do, please advise here so we can all benefit. Good luck.
  22. Thanks for this great contribution. I wondered if anyone knows how it would be possible to pre-load all the images before the page loads up? Sometimes, my page will load but some of the thumbnails don't show up....
  23. Hello people I guess I am not the only one with questions about this particular contribution. I figure there's more questions than answers here because this contribution is so old! It needs someone to take ownership of it again.... but I'm afraid my coding skills are basic so it won't be me. QUESTION: On products_info.php - I want to add the price at the top, next to the title: <td class="pageHeading" align="right" valign="top"> <?php if ($product_info['products_retail_price'] != 0){ echo TEXT_PRODUCTS_RETAIL_PRICE_INFO . '<s>' . $products_retail_price . '</s>'; ?> <?php echo $products_price; ?></td> does anyone know how to add the fields like this: WONDERFUL FLUFFY COAT: retail price: 89.99 our price: 45.00 save: 44.99 Any suggestions? Thanks
  24. Greetings to you Bill (and all) Sorry to butt in here on this STS support forum, but I am hoping someone may be able to help me with a small display issue I'm having - it's not a big issue, but I would love to solve it as it's a bit messy looking ! I use STS (it's awesome) - everything is fine, except that column_right seems to have an issue positioning itself when a sub-category has been selected. Could this be an error in my sts template? I would suspect it's a missing tag somewhere - can anyone help? The main categories display correctly, the sub category doesn't - the right column is not wrapping correctly! for example: 1) http://www.boomclothing.com/store2/index.php?cPath=46_45_25 - right column correct 2) http://www.boomclothing.com/store2/index.php?cPath=46_45 - sub category - right column too high! Thanks in advance
×
×
  • Create New...