79341552

Date: 2025-01-09 06:34:09
Score: 0.5
Natty:
Report link

You might be better opting for an umbraco ecommerce plugin such as Cartbraco. Its cheap, easy to use - adding a buy it now button is as simple as adding this one line of code to your razor template:

@await Component.InvokeAsync("CartbracoBasketSummaryVC")

Adding a basket and checkout is as easy as this:

@await Component.InvokeAsync("CartbracoBasketListVC")
@await Component.InvokeAsync("CartbracoCheckoutVC")
Reasons:
  • Contains signature (1):
  • Has code block (-0.5):
Posted by: Codebricks