0
votes
1answer
43 views

Multiple while loops not functioning

I have this while loop in my product page with Wordpress e-commerce plugin. It is looping through custom post meta. <?php if (wpsc_have_custom_meta()) : ?> <?php $count = 2; ?> ...
0
votes
1answer
138 views

SQL query - get ids - Advanced Custom Fields / WPeC

I need to query the database on add_action( 'init', '...') to find post ids with the field 'product_discount_option' set to true. I know at least one of my product posts have the field ...
1
vote
1answer
518 views

Need Help Finding a Wordpress E-Commerce Plugin That Utilises Custom Post Types [closed]

I am currently in the middle of developing quite an extensive and complicated record label website that uses post types and a whole bunch of relationship mapping to map post types to one another. ...