• Resolved firstfestivefooties

    (@firstfestivefooties)


    How do I get all my products to show on the home shop page, without duplicates? It only shows the most recently added products on the home page, followed by “Customer Matched Zone United States” and then it finally shows all of my products. I don’t want the top portion, just the page showing all my products. (Additional info: I’m using Woocommerce and the Neve theme with wordpress). Thanks in advance

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi @firstfestivefooties,

    Thank you for using Neve theme.

    I see that your homepage is your shop page, so how products are sorted is controlled via WooCommerce. I also see that you have a filter that could sort the items based on selection: https://vertis.d.pr/i/ser8VM

    To change the default sorting it can be done in Customizer – https://vertis.d.pr/i/5k5Eip

    I hope it helps!

    Thread Starter firstfestivefooties

    (@firstfestivefooties)

    Thanks @bvytis . Unfortunately, neither of those sorting options seem to work. The first filter you mention doesn’t change the list to include all the products. The second filter doesn’t seem to effect the list including everything either. Ideally, I’d like it to sort in calendar order of the holidays (the way my products are listed in wordpress under “product” tab sorting) but I can’t find that option anywhere.

    Hi @firstfestivefooties!

    I’m not sure I understand what exactly is the issue. Do you want to remove the products that appear below “Which holiday are you celebrating?” and the first pagination section form the shop page and only display the products that appear after that pagination – screenshot? That part of the page is a WooCommerce header and you can remove it by adding the code below in the Additional CSS section within the Customizer.

    header.woocommerce-products-header {
    display: none !important;
    }

    If this is not what you meant, please provide us a screenshot with what you’d like to remove from the site.

    Thanks!

    Thread Starter firstfestivefooties

    (@firstfestivefooties)

    Thank you @luciamarinescu. What you said was helpful. I like having the ability for the customer to change the sorting of the products, and based on what you said I was able to get all the products to show on the top half, so now I’m wondering if there is a way to hide the second half of the product page instead (hiding the part after “Customer matched zone United States”).

    Also, there are two drop down sorting menus, but I only want one, but neither seem to adjust the product view/order. Any suggestions? Thanks again

    Hi @firstfestivefooties!

    I can’t see any “Customer matched zone United States” on the shop page, however, the code below should hide the second part of the products.

    .archive.post-type-archive .shop-container .products.columns-4 {
    display: none !important;
    }

    As for the dropdown filters, the first one seems to have an effect on the second part of the products and the second one on the first part of the products. Given that you want to display only the first part of the products, the code below should hide its corresponding dropdown filter.

    .archive.post-type-archive .nv-woo-filters {
    display: none !important;
    }

    I hope this helps!

    Thread Starter firstfestivefooties

    (@firstfestivefooties)

    Thanks @luciamarinescu. I’m not super familiar with coding. When I go to edit the page within wordpress (pages ->shop-> edit), if I select the product block, there is a “custom CSS” section which already has the following:

    “selector {
    }”

    Do I paste the above coding within the { } or after it? Would I paste both codes back to back?

    Also, now in that editor the page is displaying how I want, but it I try to look at the website directly, it still has the above duplicates. (I tired clearing my cache, but it didn’t make a difference.) Any ideas why this is? Thanks again

    Kush

    (@kushnamdev)

    Hey @firstfestivefooties

    You can add the CSS provided above on the thread to Appearance> Customizer > Additional CSS section.

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Duplicate product’ is closed to new replies.