Jump to content

Get customization id


13thjoker

Recommended Posts

  • 3 years later...

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'];

 

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...