Change the product order when using getshopped

ThemeBurn SupportForumsWordPress ThemesShoppica WordPress ThemeChange the product order when using getshopped

This topic has been marked as not resolved.

Hi There
I wish to have the latest product display first in the category page ( reverse the order )
I’m using wp-ecommerce and the latest shoppica for WP.

http://80.179.140.91/~sivan2/products-page/%D7%91%D7%92%D7%93%D7%99%D7%9D/

I tried changing this line in wpsc–functions in the core pugin –

$wpsc_query_vars = array(
‘post_status’ => current_user_can( $post_type_object->cap->edit_posts ) ? ‘private,draft,pending,publish’ : ‘publish’,
‘post_parent’ => 0,
‘order’ => apply_filters( ‘wpsc_product_order’, get_option( ‘wpsc_product_order’, ‘DESC’ ) )
);

But it didn’t help….

How can I do that?

Thanks

Guy

 oneguy
June 4, 2013 at 7:23 pm #24039

Found it in the settings – TNX!!!!

 oneguy
June 4, 2013 at 7:28 pm #24040

Glad you’ve managed to solve this one :)

Best,
ThemeBurn team

June 4, 2013 at 8:14 pm #24045
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.