Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
ok that explains it, so if i set up several fake accounts then I can ‘force’ my preferred items to the top until real sales start to come in.
This reply has been marked as private.This reply has been marked as private.weird, thanks for looking into that.
This reply has been marked as private.July 22, 2014 at 1:39 pm in reply to: Shop Full Width in mobile state not displaying correctly. #93687I agree, this is a secondary link and I doubt it’ll ever go higher than 200 items. thanks
July 22, 2014 at 1:28 pm in reply to: Shop Full Width in mobile state not displaying correctly. #93682thanks kyle, created a new page using the products asset. I’ve set the no of items as 5000 – is there a value I can enter there that will dynamically add everything as the store grows, or is it ok to use a high value like 5000 as i’ve done?
July 22, 2014 at 1:23 pm in reply to: Shop Full Width in mobile state not displaying correctly. #93677ok, you replied as i was typing my last comment. i’ll take a look at that now.
July 22, 2014 at 1:22 pm in reply to: Shop Full Width in mobile state not displaying correctly. #93676Hi Kyle, If there is not a way then I can create a new main menu item as a link and use this as a link: /shop/?show_products=2000
but it will still have the categorisation – is there anything I can put in the link to suppress it?Also my current product count is 134 but i’ve set the product value to 2000 so that when new products are added it wont introduce pagination. Is there a dynamic code snippet i can use such as products=all ?
thanksJuly 22, 2014 at 1:07 pm in reply to: Shop Full Width in mobile state not displaying correctly. #93664HI Kyle, I have a main shop page which is here: http://www.funkyink.co.uk/shop/
but I want to have an option to SHOW EVERYTHING as a separate link in the top nav. This needs to be free of any pagination and categorisation.I asked Ed if the theme was able to do this prior to purchasing and was told it could and this was how to do it. Perhaps I misunderstood. Do you know of a responsive friendly way to achieve the same result?
July 22, 2014 at 11:39 am in reply to: Shop Full Width in mobile state not displaying correctly. #93627This reply has been marked as private.think I’ve worked it out, this is what I’ve used, will test thoroughly tomorrow but it seems to have done it.
(file:functions.php)
/*Remove (Free) label on cart page for “Shipping and Handling” if cost is $0*/
function sv_change_cart_shipping_free_label( $free_label ) {
return “Shipping will be quoted at Invoice”;
}
add_filter( ‘woocommerce_cart_shipping_method_full_label’ , ‘sv_change_cart_shipping_free_label’ );perfect, thanks Mohammad.
This reply has been marked as private.This reply has been marked as private. -
Posted in: We hit Power Elite.