cron - catalog price rules will not work after mid night in magento site -


we have problem catalog price rules in 1.9.0

we uploaded 1000 products in site.

after catalog price rules give discount 500 products, there no date limit catalog price rules. special prices displaying until mid-night.

next day, after mid-night, special prices not displaying in site.

cron job working fine.

please me find solution.

step 1:
please make sure cron working fine. can install aoe scheduler extension.

step 2:
need debug issue debugging magento tables. following tables used catalog rules:

catalogrule catalogrule_affected_product catalogrule_customer_group catalogrule_group_website catalogrule_product catalogrule_product_price catalogrule_website 

you can delete catalog rules , create 1 single rule 1 product , check following tables:

catalogrule_product - in table magento manage product discount percent customer group.
catalogrule_product_price - in table magento manage discounted final price each product. here magento insert 3 days record each record. can check "rule_date" field.

if work perfectly. again after deleting catalog rules again, please truncate following tables mysql.

catalogrule_product catalogrule_product_price  

as due many records primary key reach on maximum limit , try again creating rule 500 products. hope start work.

hope help!!


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -