13thjoker Posted November 28, 2017 Posted November 28, 2017 Is there any way i can get customization id by cart id and product id. Its in cart-detailed-product-line.tpl and cartcontroller core. I just need to know customization id. Share this post Link to post Share on other sites More sharing options...
Alcino Posted June 23, 2021 Posted June 23, 2021 For PS 1.7, this way uses product id only, I think PrestaShop will use the current cart id of the user's current session: $customization_datas = $this->context->cart->getProductCustomization($this->product->id, null, true); $customizationId = $customization_datas[0]['id_customization']; Share this post Link to post Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now