Profile Specific Listing - Coding Question
Design and Skin Customization
when you don't understand why, then its time for {debug}
Docs: "{debug}"
https://www.jamroom.net/the-jamroom-network/documentation/development/1477/debug
You need to know what you are asking for, in your case there are only 2 variables
{jrCore_list module="jrStore" profile_id=$_profile_id order_by="product_display_order numerical_asc" pagebreak="4" page=$_post.p pager=true}
--edit--
In a case like that I would put this code to see what their values are
$_profile_id: {$_profile_id} <br>
$_post.p : {$_post.p} <br>
{jrCore_list module="jrStore" profile_id=$_profile_id order_by="product_display_order numerical_asc" pagebreak="4" page=$_post.p pager=true}
updated by @michael: 04/22/16 05:02:09PM
