-
-
Can you please clarify? Thank youCodelessSome of this customization can bw removed from the cusromizerHello I just bought the june theme and need to customize a few things how can I change the default currency to dollars? Also how can I get rid of star rating and how can I increase size of how many items per category? The limit shows 50 but I need to somehow edit it in the backend.
- This topic was modified 5 years, 7 months ago by Mirela.
-
Hello,
1-The currency is changed in Woocommerce plugin’s settings. Go to Woocommerce > Settigns >General > Currency options. See screenshot: https://ibb.co/23Xw5Zk
2-Change it in Woocommerce plugin’s settings. Go to Woocommerce > Settigns > Products > Product ratings, uncheck the “Product ratings Enable star rating on reviews”
3-Can i please see a link of the category page you are trying to create?
Best regards!
-
When I try to make limit over 50 it says value higher than allowed. How can I go around that? Is there someway to manually edit that?
-
Hello,
To increase the limit you have to edit theme code. Go to file june\includes\codeless_customizer\codeless_options\shop.php and find this block:
Kirki::add_field('cl_june', array( 'settings' => 'shop_item_per_page', 'label' => esc_html__('Shop Items Per Page', 'june') , 'tooltip' => esc_html__('', 'june') , 'section' => 'cl_shop', 'type' => 'number', 'priority' => 10, 'default' => 8, 'choices' => array( 'min' => 1, 'max' => 50, 'step' => 1, ) ,
Change
'max' => 50,
to 100 or more. save changes and refresh customizer.Best regards!
-
Thank you!
Also I am needing to be able to add custom redirect URL’s when user clicks on a product image instead of going to cart or checkout. How can I achieve this? Thank you!
-
Hello I was able to see the affiliate link option, but how can I make it redirect automatically on click without having the product hover pop up with info and buy now button or without going to the single product page prior to being redirected? Thank you!
-
Hello,
Sorry for the late reply.
This is a customization not included in support. Please check this other ticket of yours: https://support.codeless.co/?topic=affiliate-redirect-linkBest regards!
-
You must be logged in to reply to this topic.