Products not displaying & missing edit/dashboard option for page

Permalink
I'm trying to load a few more products for purchase. I have 8 products. When I browse to the page to purchase, only 2 show. That one page purchase page will not show the any of the links in the top bar like all the other pages on my website shows, such as the edit button and the dashboard link. I'm logged in as the admin and everything else is working but products and the purchase page.

 
adajad replied on at Permalink Reply
adajad
Are you referring to the eCommerce add-on?

What version of c5 are you on?

If you are on c5 version 5.5.x, do you have the following right before your ending < /body > tag on the page type used where you can't see the 'Edit' and 'Dashboard' button?
<?php Loader::element('footer_required'); ?>
rubyporter replied on at Permalink Reply
Thank you for your assistance!

It is the eCommerce add-on. C5 version 5.5.2.1. When I view page source, it does not have that line.

So there doesn't appear to be a simple HTML editor for me to paste that into the page. Any recommendations?

The ultimate goal here is to get my products loaded onto the page. Is that missing line of code going to fix that problem? In "Add Functionality", it says I have eCommerce 2.0.8. Under Marketplace, it's up to 2.8.0. I'm wondering if the newer version will fix the issue, but can't seem to find a option to update it.
adajad replied on at Permalink Reply
adajad
Hard to say if that will fix it, but probably not. That piece of code will let you edit the page and that way you might find out what it is that's failing.

The code above will not show on View Source, but you need to view and edit the source files on your web server. I'm no user of eCommerce so I don't know if the package contains any own page types, or if it uses existing page types for product pages.

Find out which page type is used and then have a look at the source file on your web server.