Jump to content

cast

Members
  • Posts

    24
  • Joined

  • Last visited

1 Follower

cast's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I have a customer asking me why she didn't get any points even she has purchased the minimum amount to obtain a point. I've checked loyalty point module's configuration and the configuration was right. the minimum amount, status, and categories for points to be available. One thing that I guess was is it because of she paid with paypal? because in loyalty point module's config, all of the amount is stated in IDR (Indonesian Rupiah), and she paid with paypal, which converted the currencies to USD. Does loyalty point module only work on one currency? Or it's a new bug in loyalty module?
  2. Hi, I just met a small bug with mail alerts module. So here's the steps I took : 1. have a product X with qty 1 2. buy product X and confirm order / finish checkout 3. check stock movement : "product X , -1 , Order" 4. product X's qty is 0 and sold out in front end 5. click notify me when available on product detail (as customer) 6. go to order details in BO, and tick the checkbox to cancel products, and press "cancel products" 7. product X's qty is now 1 8. NO EMAIL NOTIFICATION (as a customer) 9. in my accounts > my alerts > there's still product X on that myalerts.php page … So I think, I've just found about the problem caused this : 10. check stock movement : "product X , 1 , ---ORDER---" (I think "Order" is for decreasing value because it's set to -1 in database, and after that, I tried once again step 1 to 5, and change the next steps : 1 - 5. (like above) 6. set order to canceled (without check box and press cancel products) 7. set product X's stock movement to "Increase , 1" 8. GET EMAIL NOTIFICATION (as a customer) 9. in my accounts > my alerts > no more products to be notified. My conclusion is, maybe it's because when canceling products on order detail page, the status should be changed to "Increase" not "Order".. I've tried to look inside classes/AdminOrders.php but didn't get any clue to change the stock movement reason after canceling products. [ JUST TRIED ] to change config/defines.inc.php > define('_STOCK_MOVEMENT_ORDER_REASON_', 1); > I set the reason to 1 (Increase), and tried again like step 1-9 in the first try above, then stock movement changed to "Increase" not "Order" anymore, but the email notification was still not sent and there's still product X on my account > my alerts page. Any help and fast reply would be much appreciated. Thank you.
  3. Hi sparrow, can you tell me what steps did you take to force the browser to refresh the css style?
  4. Woww! this is what I've been looking for, since I got a couple times that my product's stock is "-1" even I have disabled "allow order on out of stock product". I made a test with 2 customers with a product which has the last qty ( 1 ), and then at the same time doing the checkout, and select the same bank wire payment, and no problem, and after I click on "Confirm my order" button, both of the users got the order-confirmation. So you're very right, sling_addict, adding the validation of cart quantity in the validation.php is very important , in case for the very high traffic store, so there won't be any big problem. Thank you for sharing this
  5. I'll have a look at it and report anything I've found, shokinro.. thanks for testing
  6. So, do you mean we can remove all the contents inside without breaking the store??
  7. okay, after months of looking for solutions, now the problem's solved. The main problem is, I used PS 1.4.0.17... and it should be used in 1.4.1.0+ please refer to this thread : http://www.prestashop.com/forums/topic/108937-solved-out-of-stock-even-if-i-have-product-in-stock-in-an-attribute/
  8. Sorry, actually it should be thanked to you, but somehow I read salko.. haha.. Thanks Sampras!
  9. okay, after months of looking for solutions, now the problem's solved. The main problem is, I used PS 1.4.0.17... and it should be used in 1.4.1.0+ please refer to this thread : http://www.prestashop.com/forums/topic/108937-solved-out-of-stock-even-if-i-have-product-in-stock-in-an-attribute/ btw, does anybody know how to put [sOLVED] in thread title ?
  10. <br/><br/>I tried to replace this code in PS 1.4.0.17 and it did not worked for me ... Wow! this is what i've been lookin out for months! Thanks for sharing salko! I believe many people will be helped after reading your solved thread! I did use PS 1.4.0.17 before, and it was failed in any ways! but now it's working! Great job, man!
×
×
  • Create New...