The courses are all being listed, with each variant available being pulled through correctly. I have start date, end date and "date as text" as variant fields. These are being listed correctly:
CourseName1, 1st-3rd Jan
CourseName1, 2nd-4th Feb
CourseName1, 3rd-5th Mar
CourseName2, 25th Dec
CourseName2, 26th Dec
But clicking any of these loads message "The item you are looking for is not available at the moment". If I try to access a course page via the 'list products in category' code, they load fine.
This works (normal product link) domain.com/catalog/courses/coursename/c-24/c-77/p-1213
This doesn't (variant link) domain.com/catalog/courses/coursename/c-24/c-77/p-1333#1333
Link to products from variants list
Hi,
I'm cycling through all variations of products (each course date available),,, how do I then link to that course from within
This currently sends me to a 'product not available' message.
Could one of the sorted products be null? Also GetNiceUrlForProduct only takes entities, not ID's ? (or is it just a bad variable name 'categoryID')
Sorry, typo, those params are (product, category). Category is correct, I only have one, set like this:
The courses are all being listed, with each variant available being pulled through correctly. I have start date, end date and "date as text" as variant fields. These are being listed correctly:
In short:
How do I list all product variants in one big list, and link to each?
Same problem with:
For any other beginners... ParentProduct
is working on a reply...