Jump to content

xx_order_detail not add after validateOrder is executed in 1.7.7.X


Navid59

Recommended Posts

I'm try to implementing a payment Module 
Everything regarding Module is work fine 

After validateOrder() the Card converting as ORDER
And a new record is adding to TB xx_orders
in Order I have Card_id , Amount ....

The Problem is not adding any record in TB xx_order_detail
So the new register order has no any ITEM, 
 - the Confirm page does not show any Item
 - In the Back end also , admin can not have any Item for the Order  

I trace the PS core and I got in validateOrder when the ps Managing the Stoc, the progress is broke because

$stockMvtRepository = $sfContainer->get('prestashop.core.api.stock_movement.repository');

Return Nothing 


 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...