Skip to content

Instantly share code, notes, and snippets.

@unlocomqx
Created May 1, 2025 08:51
Show Gist options
  • Save unlocomqx/f341f7a3a9ad4ae8d1b400122f4ebb6f to your computer and use it in GitHub Desktop.
Save unlocomqx/f341f7a3a9ad4ae8d1b400122f4ebb6f to your computer and use it in GitHub Desktop.
<?php
$unit_price = Product::getPriceStatic(
$id_product,
false,
$id_product_attribute,
6,
null,
false,
true,
1,
false,
null,
null,
null,
$sp,
true,
true,
$this->context,
true,
$id_customization
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment