Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I have a very simple store with just 9 products in one catalog.
Is there a way of getting the shop.aspx page to show the products and now require the customers to click another two single item menus to get to this list?
Menu structure I would like is:
Home
Shop
Contact
I currently have
STORE
Products
If this can be done using Razor even better.
Regards
TT
I have now got this working, or sorts using the following code:
@using UCommerce.EntitiesV2@foreach (var product in Product.All().Where(x => x.ParentProductId == null)){ <h1> @product.Name </h1> }
The problem I am having is that I am seeing the uCommerce and Support items both of which have been deleted.
Is there a way of specifying the product catalog?
Thanks
I found the answer here:
http://our.umbraco.org/projects/website-utilities/ucommerce/ucommerce-support/21502-List-products-in-a-category-using-Razor ;
Can someone mark this is closed, as I cannot do that to myself.
Awesome that you worked it out. You can close using this reply.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
shop.aspx to show products
I have a very simple store with just 9 products in one catalog.
Is there a way of getting the shop.aspx page to show the products and now require the customers to click another two single item menus to get to this list?
Menu structure I would like is:
Home
Shop
Contact
I currently have
Home
Shop
STORE
Products
Contact
If this can be done using Razor even better.
Regards
TT
I have now got this working, or sorts using the following code:
The problem I am having is that I am seeing the uCommerce and Support items both of which have been deleted.
Is there a way of specifying the product catalog?
Thanks
TT
I found the answer here:
http://our.umbraco.org/projects/website-utilities/ucommerce/ucommerce-support/21502-List-products-in-a-category-using-Razor ;
Can someone mark this is closed, as I cannot do that to myself.
Thanks
TT
Awesome that you worked it out. You can close using this reply.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.