• To whom this may concern:

    When customizing the shopper homepage, it allows you to check and uncheck the boxes of what you want to be seen on the homepage but I cannot update it. The publish button doesn’t highlight or become available to use at all no matter what I do. Please help me! Thank you in advance!

Viewing 6 replies - 1 through 6 (of 6 total)
  • I’m having the same issue!

    I had the same problem and found a solution myself.

    From the /wp-content/themes/shopper/inc/shopper-functions.php file, you can change the settings on the home page, the number and name of the rows and columns of the selected products, activate or deactivate them.

    oguzhan555

    (@oguzhan555)

    Hello Denizhan,

    I tried to remove “Best Sellers” section on shopper-function.php

    But I couldn’t find how to do.

    Could you please help me?

    Thank you.
    @denizhan486

    • This reply was modified 4 years ago by oguzhan555.

    Hi @oguzhan555
    You can comment the following code blocks (that you want to remove)in the code page

    if ( ! function_exists( ‘shopper_homepage_header’ ) ) {
    if ( ! function_exists( ‘shopper_product_categories’ ) ) {
    if ( ! function_exists( ‘shopper_recent_products’ ) ) {
    if ( ! function_exists( ‘shopper_featured_products’ ) ) {
    if ( ! function_exists( ‘shopper_popular_products’ ) ) {
    if ( ! function_exists( ‘shopper_on_sale_products’ ) ) {
    if ( ! function_exists( ‘shopper_best_selling_products’ ) ) {
    if ( ! function_exists( ‘shopper_the_recent_posts’ )) {`

    • This reply was modified 3 years, 11 months ago by maguines01.

    if ( ! function_exists( ‘shopper_best_selling_products’ ) ) {

    This is the block that I want to remove. I didn’t understand which code page that I would comment.

    Thank you. @maguines01

    Hi,

    Im having the same issue only im getting the WP-dashboard error:

    Your theme (Shopper) contains outdated copies of some WooCommerce template files. These files may need updating to ensure they are compatible with the current version of WooCommerce. Suggestions to fix this:
    
    Update your theme to the latest version. If no update is available contact your theme author asking about compatibility with the current WooCommerce version.
    If you copied over a template file to change something, then you will need to copy the new version of the template and apply your changes again.

    Then I found this shopper/woocommerce/global/quantity-input.php version 3.6.0 is out of date. The core version is 4.0.0,

    Could you please help me update to 4.0.0?

    Oh yeh and I found the /wp-content/themes/shopper/inc/shopper-functions.php file and when i opened it to edit it i could not see any code like ‘shopper_featured_products’ ) ) { or ‘shopper_popular_products’ ) ) etc. do i just dump this if function code in it anywhere and hope it works? or can you be more specific as to where to dump this code please.

    Much apreciated.

    • This reply was modified 3 years, 11 months ago by mejay. Reason: more specific
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Can’t update shopper Homepage’ is closed to new replies.