Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

ScampNZ

Archived
  • Posts

    44
  • Joined

  • Last visited

Everything posted by ScampNZ

  1. I have just done the above but it is not showing up as an option at the check out, what have I done wrong?
  2. Can anyone recommend a good image contribution that will allow me to add more than 1 image to some of my product range? Does anyone have any screenshots so I can look at the layout before mucking around with the installation?
  3. ScampNZ

    Paymate 1.0

    No there was nothing in the install instructions :rolleyes:
  4. ScampNZ

    Paymate 1.0

    OMG thank you!!! What amazing timing you have!! I just came on here to look for this answer - I knew it was something with this code and had a feeling I had to remove the localhost:8080 part but wanted to double check before I did anything. Wow thank you for posting that!!
  5. ScampNZ

    Paymate 1.0

    thanks it seems to be working much better!
  6. ScampNZ

    Paymate 1.0

    I have just installed the payment mod paymate 1.0 - everything went well with the install. The problem I am encountering is when I go to the checkout there is no option for paying via Paymate. When I go to admin, it is installed, it comes up with blurb on the right hand side which I imagine should be showing on the payment method page. Is there anyone who has used this mod and can help me get it working?
  7. Hi, I am still no closer to getting my problem fixed. My problem is in the admin side of things, when I get an order with a discount coupon, I cannot update the order from pending to processing to delivered. The options don't even show. Someone said it might be the payment mod I have installed which is a bank transfer mod for NZ. Is anyone able to help me out at all? I'm getting really frustrated as I cannot find any support for this issue.
  8. From what I can understand it is very similar to the other bank transfer mods but set up for NZ. To be honest I doubt I will figure this out on my own because I am not a programmer and don't understand it - I can follow the instructions in the mod but that is as far as my coding ability goes! I am completely self taught on everything with my website so when I run into issues with mods - I am completely and utterly stuck and need to rely on others to help me out! Don't worry if you don't have time to do this as the customer isn't affected by this issue - it is just my admin which is. I don't think the customer receives an email confirming their order any more but that isn't too much of a problem. :rolleyes:
  9. Thanks for looking into this for me!! :thumbsup: I am not using paypal, I installed a NZ bank transfer mod right at the beginning so maybe there is something in there that needs changigng?
  10. Can anyone point me in the right direction of how to fix my problem with this contribution?
  11. Can someone tell me if this contribution has any changes that would affect the orders.php page in admin? This is where I am missing the pending/processing/delivered/comments options when a discount coupon has been applied. :'(
  12. I have no idea sorry. I haven't done anything different to all the other times I have uploaded files. I use core ftp to upload my files and I use word pad to edit php files and again I have always used this and never had problems. This is not the 1st mod I have installed.
  13. I downloaded Winmerge, came back with 6 files that are different but when I double click on them it tells me they are the same - it would seem only the carriage returns are different. I tried uploading all the admin files again but that made no change. All orders with a discount coupon applied has no options available that are normally available on the admin orders page. Is there some code that is missing from the orders.php file??
  14. Never heard of a comparison program - where do I do a find a good one?
  15. I have another problem with the discount coupons which I can't figure out. Been searching through the thread and found a person with the same problem but no one replied to them. When in admin/customers/orders and I click on an order which has a discount coupon applied, I have no options underneath the order such as comments, pending, processing or delivered etc. I click on an order which has no discount coupon applied and the options are all there. The orders sit in there as pending.... Everything else with the discount coupons seem to be working fine. Please help!! (w00t)
  16. Hello I am after a mod for my website. I am looking at getting agents who need to be able to enter orders via my website. Each agent would have an ID code. Basically I would want it so the agents can log into the shop, enter their orders with all the customer details (for my database!). The order comes through to me under their ID code. Another feature I am looking for is if a customer referred by the agent places an order online can enter the agent ID code at the checkout so that sale is then attributed to that agent. (Each agent gets a commission on any sales generated by them). I am not quite sure where to look to see if there is a mod that would allow this or not so I am hoping someone out there will know if it exists and can point me in the direction of it! Thanks!
  17. Thought I had posted but I have fixed this problem and the problem was NOT with SQL but a file hadn't uploaded correctly and was coursing the problem.
  18. just a small update - all is working fine. just for future reference to anyone who encounters the same issue. This is NOT an issue with SQL simply a case of missing admin files. basically as a last resort before removing it, I went through and made sure all the files were copied over and refresh my admin page to check things were working or not working. I have no idea which file was causing the problem as it asked to overwrite each one but whatever happened it is now working!!!!! it feels good having it working and I know NOTHING about coding!!!
  19. Still get this error Discount Coupons 1054 - Unknown column 'cd.date_end' in 'order clause' select * from discount_coupons cd order by cd.date_end, date_start limit 0, 20 [TEP STOP] I think I am doing something wrong but have no idea what.
  20. Field Type Null Key Default Extra coupons_id varchar(32) PRI coupons_description varchar(64) coupons_discount_percent decimal(7,4) YES NULL coupons_date_start datetime YES NULL coupons_date_end datetime YES NULL max_use int(3) 0 min_order decimal(15,4) 0.0000 Is that what you are meaning?
  21. How do I change it? I tried changing the query to say coupons_date start and end but it is still giving me this error
  22. Discount Coupons 1054 - Unknown column 'cd.date_end' in 'order clause' select * from discount_coupons cd order by cd.date_end, date_start limit 0, 20 [TEP STOP] I am still getting the above error. I have redone the sql query (both tables already existed). below is the sql statements I am using - so maybe there is an error in there? CREATE TABLE discount_coupons ( coupons_id varchar(32) NOT NULL default '', coupons_description varchar(64) NOT NULL default '', coupons_discount_percent decimal(7,4) default NULL, date_start datetime default NULL, date_end datetime default NULL, max_use int(3) NOT NULL default 0, min_order decimal(15,4) NOT NULL default '0.0000', PRIMARY KEY (coupons_id) ); CREATE TABLE discount_coupons_to_orders ( discount_coupons_to_orders_id int(11) NOT NULL auto_increment, coupons_id varchar(32) default NULL, orders_id int(11) default 0, PRIMARY KEY (discount_coupons_to_orders_id) ); I really need to get this sorted as I have now got discount vouchers waiting to be used by customers.
  23. Hi, thanks for replying. I have just had a look and there seems to be coupon tables but I don't really know how to check if the columns are correct or anything further. I confess to having no knowledge, I have learnt everything as I have gone along, sorry for being a dummy about this!
×
×
  • Create New...