• Resolved JohnDT

    (@johndt)


    Sorry I can not share a link as it is on local.

    I am having to make a new store using Woo as the store part of my website broke, I intend to link to the existing site.

    OK so I have been trying for four days to get to grips with blocks and Woo to no avail.

    My issues are,

    #1 Created menu items but they do no show on the store page.

    #2 Product images not showing on the store page.

    #3 The default products on the product page not mine

    #4 Catagories not showing anywhere.

    There are more but that will do for now.

    I do have some screen shots, no option to upload from desktop.

    Thanks

Viewing 6 replies - 16 through 21 (of 21 total)
  • Thread Starter JohnDT

    (@johndt)

    Thank you once again.

    Youtube is a great way to see what you can do, I have watched many.

    Also from the main WP menu ‘ Visit site’ goeas to the Vantage default page but ‘visit store’ goes to the correct page.

    I have thanks to Yputube removed ‘visit site’ in my child theme functions.

    May I ask what is the purpose of the two options?.

    On a personal note, I think Mr Woo has over engineered things to take over from the old WP ecommerce.

    I did things setting iup WP ecommerce and it just worked. I guess I will get the pages working correctly.

    I will mark as resolved even though it is not.

    May I please get back to you if needed?

    Hi @johndt,

    Thank you for your message, and I’m glad YouTube tutorials have been helpful!

    Regarding the “Visit Site” and “Visit Store” links in the admin area:

    • “Visit Site” typically takes you to the homepage of your WordPress site. It’s the main front-end view of your site, where your visitors will land.
    • “Visit Store” is specifically for your WooCommerce store page, where your products are listed and users can shop.

    These options exist to help you easily navigate between your site’s main page and your store’s page directly from the admin area.

    I understand that WooCommerce can feel more complex compared to the old WP eCommerce, but it offers a lot more flexibility and features, which can take a bit of time to adjust to. I’m confident you’ll get everything working just as you need!

    Feel free to reach out if you need further assistance. We are happy to help whenever you need.

    Thread Starter JohnDT

    (@johndt)

    (@mahfuzurwp)

    Sucess, my menu issue has nearly been resolved.

    Not knowing about short codes did a bit of reading, also had a break from the website as I was still getting moaned at.

    It has been sorted using short codes [product_category category=”data cds”]

    The only issue is thereare 32 CDs but they do not all show. only 12.

    I have set 4 products to a row and 10 pages.

    Thank you all for the help.

    Hi @johndt,

    Glad to hear you’re making progress with your menu issue — it’s always a win when things start falling into place. It’s great that you took the time to explore shortcodes; they can be incredibly useful for customizing your WooCommerce layout without needing to dive into code.

    Regarding the issue of only 12 CDs showing, this is usually due to the default product limit set by WooCommerce for shortcodes. To display more products, you can modify your shortcode by adding the per_page attribute. For example, you can use:

    [product_category category="data cds" per_page="32"]

    This tells WooCommerce to show up to 32 products from that category on the page. Since you’ve already set the layout to display 4 products per row, WooCommerce will automatically adjust the number of rows based on the total number of items.

    Feel free to adjust the number as needed to suit your product count.

    Thread Starter JohnDT

    (@johndt)

    (@mosesmedh)

    Thank you for the usual quick reply.

    That worked a treat.

    I am truly thankful for all your help

    Kind regards

    John.

    Hi @johndt ,

    I’m so glad we could help point you in the right direction! 

    If you have a moment, we’d really appreciate it if you could share your experience by leaving us a review: https://wordpress.org/support/plugin/woocommerce/reviews. Your feedback helps us keep improving!

    Please don’t hesitate to create a new topic if you need further assistance.

    Cheers!

Viewing 6 replies - 16 through 21 (of 21 total)

The topic ‘Added menu items not showing in the store, product images not being displayed et’ is closed to new replies.