Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

chuckyboy

Archived
  • Posts

    14
  • Joined

  • Last visited

Profile Information

  • Real Name
    zsolt

chuckyboy's Achievements

  1. I can solve it, but not too elegant :) Checkout_confirmation.php ~Line 77: change if ($customer_shopping_points_spending > (POINTS_MAX_VALUE) { to if ($customer_shopping_points_spending > (POINTS_MAX_VALUE * $order->info['subtotal'])) { , and set up the Points_Max_Value = 0.5 but it is only solve only the SUBTOTAL
  2. An Idea: I think, it would be great to set the maximum "points to be used" (redeemed) in percent (%) of the total order amount. (not just maximum points/order) So: I set up ~50 % maximum redeemed points (in admin) and the order total: 30.000 In this case the maximum usable Points: 15.000 understand..?
  3. Its Ok, but i would like to add Points automaticly, bexouse there are more then 1000 Customers... Manually...brrrr.. There is an "Customer Orders-Total" TOP menu in admin, and in this menu there are the OrderTotel informations. That is what i would like to use to count the Points. (User : Order total : Point to add, User1: 15000 : 150, User2: 35000: 350, etc... ) Dont you have any idea to add automaticly Points to Customers, vie PhPAdmin ... with a script? :-"
  4. Ooops... I advice everybody to read this forum before write a book like me. I find the problem, and solve: in the ORDER TOTAL modul the Point redemptions number was = with TOTAL. I understand, that the "Point redemptions " must be larger then SUBTOTAL but must be smaller then TOTAL. So: "Point redemptions " = 4 TOTAL = 5 Sham on me! :blush: :blush:
  5. Thank you for your latest answer. The contrib doesnt work for me "partly". :'( :'( When i buy a product, everything is OK: i get teh Shopping Points, and then i can Confirm it to myself. (i tested it on myself) when I Checkout Paymant it is OK, (see the Picture) below: Checkout Payment screen: But when a Checkout Confirmation there is no Redeem points :( You can see it: I Modified the ORIGINAL oscommerce CHECKOUT_CONFIRMATION.PHP as you wrote (STEP 3). (I dont use any other Voucher contrib.) What is the problem? :( Here is my config screen: And here is the modified code:
  6. OK, now i fixed it. Other question: :-" If i had existing shop, with existing customers, how can I add automaticly (or withs script) Shop Points for them, depends on their old (existing) orders? ;) Any idea?
  7. Thank you. There were 2 problems. First: I thought that the Shop Points "confirmed" status sets automaticly from order status table. Second (bigger problem): I use ADMIN ACCESS with LEVEL, and the Admin 3. step isnt good for me. I had to set up permissions to see customer_points.php and customer_points_pending.php in the admin menu. Still i work on it... Thank you
  8. Ohh.. I have the same problem at now! No payment, and shipping methods available on admin, but the directories there are these files. :( Help me pls! :(:(
  9. Hello Deep Silver! Help me pls. I installed the contrib, and tried it, it will be wonderful, if it will work perfectly for me :) :) But i dont understand: when will the Point Status "confirmed"? Should i set up somewhere in the admin? I cant find the button..or anything else to confirm the Shopping Points from the admin. I tried, and i changed the order status 1-4 and the results: If the Order Status = 1, then the Point Status is "pending". If the Order Status = 2, then the Point Status is "processing". If the Order Status = 3, then the Point Status is "processing". If the Order Status = 4, then the Point Status is "pending". But never confirmed, never cancelled, redeemed... I Don'tunderstand.. :( How can i set the Point Status confirmed? I think, it would be "Confirmed" when I set the Order Status "Payed" (in my shop Payed Order Status number is 3) Help me please! Thankyou chucky
  10. Thank you for answer. But, how can i set up the options number? (Or set from-to, like: from 0-30, from 31-60 etc..)... to download the smallest db? :blush:
  11. Hi! I have problem with downloading "Complete tab-delimited .txt file". I have ~1000 products and ~60 attributes. I think this is too big database to download, or put it in the TEMP directory. :'( and maybe timed out the server. I cant SET TIME LIMIT, becouse the server is in SAFE MODE. Any idae to solve my problem? :( Chucky
×
×
  • Create New...