Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. //Load the product categories
  2. $categories = $product_data->getCategoryIds();
  3. //Select the last category in the list
  4. $categoryId = end($categories);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement