Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

AWWWW.WAHWAH

Banned
  • Posts

    445
  • Joined

  • Last visited

Everything posted by AWWWW.WAHWAH

  1. Parse error: parse error, unexpected T_CASE in /home/bs2004/public_html/catalog/admin/orders.php on line 127 this is the error I am getting, line 127 says case 'deleteconfirm': now i followed the upgrade instructions to the tee, the upgrade file section only has like two files, but the instructions say catalog/my_points.php catalog/includes/functions/redemptions.php catalog/includes/languages/english/my_points_help.php admin/customers_points_pending.php but the upgrade folder only has two files. sql file upgrade was run with no probs
  2. Correct, my mistake. If the total is less than what you specified then yes, no points, not just for one product. So the total.
  3. Sorry been busy as hell along with giving out all these free points to customers. :D Thank you.
  4. When customers check out with PayPal, it does create the points for their purchase as long as they complete the PayPal transaction and return to our site. This contribution works perfect. I would like to see another option for this contribution. When a customer is checking out and wants to use Points, I would like to see it to where we can limit the use, meaning if their purchase is for a $50 item where our profit margin is low, then they cannot use Points Redemption. I would like to have a setting for that on the admin side Enable Points Redemption For Minimum Purchase Amount [WE ENTER DOLLAR AMOUNT HERE] Let's use $50.00 as the limit. A customer has $4.00 in redemption points. If their purchase total is $50 or less, the system will not allow them to redeem that $4.00.
  5. Another suggestion is in the By Countries section, it shows the states or provinces, how about showing hte country too?
  6. Ok, I am having a small issue and can't seem to hunt it down. I changed the /languages/english/invoice.php and packingslip.php with our JPG logo. But when we go to the admin side and click on the packing slip and invoice, the logo does not show. the path is correct /admin/images/logo.jpg i used to have our logo and renamed it oscommerce.gif and it worked. so do we need to make sure the logo is just named oscommerce.gif at all times?
  7. WTF? No SQL update? That makes it too easy. Please make it a little harder for us. :)
  8. That may be the case for your shop but not for mine ... which is why I am suggesting that option. This contribution is being used for different shops for different purposes NOT just for one style shop.
  9. One option that you may want to add on the admin side is that ... when a customer decides to redeem points during checkout, they should not earn points on that purchase. I mean, you could make that an option for the admin to turn that on or off because if you think about it, we'll lose more of our profit.
  10. Thanks. Version 1.20 stopped working for some reason after our host upgraded "something". I was quite disappointed not at the contribution but at the host themselves. After upgrading to 1.30, the contribution started to work again. Kudos man, this should be the contribution of the year. Easy contribution to install, something that every store can use since it is not specific for just one niche, author is constantly improving it and quick to reponse on help. Remember guys, he is doing this for free and it is much appreciated. Again, thanks deep-silver.
  11. Version 1.30 has one error: In english.php This is the correct code: // Points/Rewards Module V1.30 BOF define('REDEEM_SYSTEM_ERROR_POINTS', 'REDEEM POINTS ERROR ! You do not have that many Shopping points to spend.'); define('REDEEM_SYSTEM_ERROR_POINTS_EMPTY', 'REDEEM POINTS ERROR ! You did not enter points to spend.'); define('REDEEM_SYSTEM_ERROR_POINTS_MAX', 'REDEEM POINTS ERROR ! We are sorry but you Cannot spend more then ' . number_format(POINTS_MAX_VALUE,2) . ' points per order.'); define('REDEEM_SYSTEM_ERROR_POINTS_NOT', 'Points value are not enough to cover the cost of your purchase. Please select another payment method'); define('REDEEM_SYSTEM_ERROR_POINTS_OVER', 'REDEEM POINTS ERROR ! Points value can not be over the total value. Please enter points'); // Points/Rewards Module V1.30 EOF There is an extra ")" that is not supposed to be there.
  12. Are there explicit instructions on completely removing this contribution? It is not a simple install as stated in the instructions.
  13. From what you are saying: Customer has 150 points already. We'll say 1 point equals 1 dollar. They buy something for $200 dollars. when they check out, they deduct 50 points which is 50 dollars. So their balance is $150.00 they must pay. So they are earning points again for the $150 they are about to spend. That sounds right. I wish I could get my redemp back up and running. see posts above.:(
  14. Thanks. I missed that. But the contribution still doesn't work. The pages are fine now in the admin side but when a customer checks out, they have no option to redeem points. 4.3.11 version of MySql is running and it has been for a while now before I installed this contribution.
  15. http://www.oscommerce.com/forums/index.php?showtopic=144095 this seemed to fix it. but i am sick of my host making upgrades and then rolling back when everyone starts to complain of problems. a bunch of useless resellers. the only problem now is that customers cannot redem points because it doesn't show up during checkout. customer can check their redemption points and it shows. hrmmm.
  16. Thanks Jared but this is happening on the admin side. Unfortunately I did a test purchase and cannot redeem points now. Ugh. The version is 4.3.11 which they have been running way before I installed this contribution. Right now it's weird they did something and looking at the database: One weird thing that does not look right: database structure it says for the Collation - latin1_swedish_ci
  17. Everything has been working fine, I've done no changes to any PHP files and now all of the sudden when looking at Pending Points , I get this error: 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-50, 50' at line 1 select o.orders_id, o.orders_status, o.customers_name, o.customers_email_address, o.payment_method, o.date_purchased, o.last_modified, o.currency, o.currency_value, s.orders_status_name, ot.text as order_total, cpp.points_pending as points_pending, cpp.comment as comment, cpp.status as status from orders o , orders_total ot , orders_status s , customers_points_pending cpp where ot.class = 'ot_total' and cpp.orders_id = o.orders_id and o.orders_id = ot.orders_id and o.orders_status = s.orders_status_id and s.language_id = '1' order by o.orders_id DESC limit -50, 50
  18. Ok, this is still missing from the latest update. if ( $i == 0 ) { $first=$col_value; $last=$col_value; $i++; } else { "$last=$col_value;" must be added to the orders_tracking.php because if not ... if you have only one order for that month ... it won't show that sales figure.
  19. Request: In the Orders By Tracking Zones part, can we make it to where the city, state and country show instead of just the state? we have non-usa customers.
  20. Kinda curious as how we can add a background image in the customer's account when they view their order history, print their invoice and also the packing slip and invoice in the admin side?
  21. Are the MySQL command correctly syntaxed in your instructions?
  22. Works like a charm now. So version 1.03 is out now, right? Now time for version 2.00. Customers with NET TERMS, all customers, should be able to go into their account to see if their net account is disabled or enabled. also for customers with enabled account should be able to go into their account history and see howmuch credit they have and howmuch they have used and how much they have left. I know, I know, hate me later. :D But this is a damn good contribution.
  23. Ok to solve this. What I did is I went into the customer account that I initially had the problem with and under MyPHP, I went ahead and changed the status to 'disable' so I could get back into the account to give it a credit. Well it worked. I went into the account and entered 3000 for the credit limit and hit update and got this: 1054 - Unknown column 'customers_credit_left' in 'field list' update customers set customers_firstname = 'first name', customers_lastname = 'last name', customers_email_address = '[email protected]', customers_telephone = '300-000-0000', customers_fax = '000-000-0000', customers_newsletter = '1', customers_credit_left = '0.00', customers_credit_status = 'enabled', customers_credit_amount = '3000', customers_gender = 'm', customers_dob = '00000000' where customers_id = '2'
  24. Nevermind, I skipped step one in the myPHP instructions, but I still get the same image as above.
×
×
  • Create New...