Ako Tavershima
Ako Tavershima
As far as I know, sometimes one could choose to checkout without having a real account. Those account are created on the fly as guest account.
You should not try to install `Microsoft.AspNetCore.App` as it is a default package for every Asp.NetCore application. This is the Asp.NetCore framework itself
If you are calling the news thumbnail in any module, you have to pass the news item to be displayed in the thumbnail. Just copy the logic inside the news...
At the moment SimplCommerce does not have blog and forum support which would be ideal for an ecommerce platform such as adding posts where users can land when clicked on...
You can find a tutorial developed at https://www.youtube.com/channel/UCMdkXdhWNCk9tUJ-p6KIGIg/videos
`x.OldPrice` could be null so I think you should do ``` query.Where(x => x.OldPrice.HasValue && x.Price < x.OldPrice.Value). ```
@fhebel can you elaborate on the use of attaching a page to a product? I still don't get the gist after your whole explanation
Ok so you mean that recipe was not written in the description but was loaded as a page into the description area? Because I see the page exactly being displayed...
@fhebel have you seen the tutorials which I made for simplcommerce? earlier on gitter I said I will be uploading them but some circumstances delayed me. Check them out here...
@fhebel i think you should make a pull request for this than make it an issue