Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

equilla

Pioneers
  • Posts

    343
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by equilla

  1. Well, it was hard enough to get working on later snapshots of 2.2MS1. I did get it working after a fashion on my wife's site, but I don't think it would suitable for general relase as it was before I learnt how to do things properly and there was a serious amount of dodgy hacking to get it working in the languages department. No promises, but I'm doing an MS2 store at the moment and putting just about every useful mod known to man on it. It would seem a good time to rewrite this one (or perhaps start from scratch!), so I may have something in a week or two. If so, I will obviously release it as a contrib. Watch this space..... Cheers, Mark. P.S. If anyone else is working in a similar vein, let me know as we could save ourselves some time :idea:
  2. Hi guys, just installed the osc affiliate on my MS2 release demo store. Found some of the same things. Don't know if anyone else posted this elsewhere, but there is seemingly a problem in affiliate_show_banner.php which causes the banner images not work. Tracked it down to this line: $pic = DIR_FS_DOCUMENT_ROOT . DIR_WS_CATALOG . DIR_WS_IMAGES . $banner; DIR_FS_DOCUMENT_ROOT constant doesn't seem to exist anymore in MS2, so I changed the line to: $pic = DIR_FS_CATALOG . DIR_WS_IMAGES . $banner; and now the images appear :D Cheers, Mark
  3. Hi, It sounds like your admin/includes/languages/english.php file is sending output to the browser, when it shouldn't be. Most likely this will be due to an extra space after the last ?> in the file. Have another look at the file and see if one has been introduced - my editor does this to me occasionally, just to keep me on my toes. If you get any more problems come back to me and I'll see if I can work out the issue for you. Regards, Mark
  4. Hi All, My first contribution has just been released here: http://www.oscommerce.com/community/contributions,1422 This is a payment cards infobox with admin control that makes it easy to add/remove credit card images from display, add new ones and also edit the target hyperlinks from within admin. Can also be used for any other kind of infobox where hyperlinked images are required. Mutiple infoboxes can be created and managed through the one admin page. Installation instructions for both MS1 and MS2 stores included in the package. Just one problem - my 2 year old daughter was "talking" to me when I posted it and it ended up in the Credit Modules section instead of the Infoboxes one! :oops: Any problems/comments, just let me know :D Cheers, Mark Cheer
  5. Hi Guys, thanks for the comments. I think the multiple box admin idea is a good one (even if it means more work for me!). It'll save having to have a dedicated admin page and database table for each box. Think I will put in a dropdown to choose which box is being edited. Cheers, Mark
  6. Hi All, I've been working on something and wondered if the "older hands" around here could advise as to whether this would be a useful contrib or not. Basically, it is a credit card/payment graphics infobox, but with an admin side to it. This allows the user to easily add/delete/modify/enable/disable the card logos displayed. The way I have constructed it, it could easily be adapted for "vote for us" type boxes, or anything else where hyperlinked images are needed. To see what I mean, here are some links to screenshots of the catalog side: http://www.phpworks.co.uk/images/cards_inf...box/catalog.jpg and the admin side: http://www.phpworks.co.uk/images/cards_inf...fobox/admin.jpg Should be finalised (i.e. compliant with coding conventions and help files assembled!) in a couple of days. Any suggestions as to further card graphics to include as standard? TIA for any comments, Mark :)
  7. Oops - That should have read 2.2, not MS2.... it's been a long night, but you know what I mean :)
  8. Hi all, just like to say that I had a real nightmare with this one too!! Finally got it working to my satisfaction as you can see here: http://www.contrastwigs.com I think it was based on quite an old build of osC, so I needed to spend a few days messing about with it as I have used an MS2 build for this store. I've also assigned stock quantities to each colour so that colours that are out of stock are also not displayed. One day I might tidy it up (especially on the admin side) and offer it as revised contrib. Anyone interested? Cheers, Mark
  9. OK, so I e-mailed Fastpay about this and they responded that they will be introducing an Automated Checkout Procedure later this year. Without an APC there is no scope for integration in the same way as with Nochex and Paypal. Once an APC is available it should be relatively easy to modify the existing Nochex module to create a Fastpay one. I think the best we can do for now though is to modify the check/money order module to provide details of which e-mail address to send the fastpay payment to. Not exactly ideal, but a solution nonetheless! Cheers,
  10. I second that! As it is free from fees for sellers, it is fast becoming the new Nochex in the UK.... Unforunately no sign of an automated checkout procedure as yet, so I guess it will be a while before we see such a module :( Regards,
×
×
  • Create New...