awesomemotive / easy-digital-downloads

Sell digital downloads through WordPress
https://easydigitaldownloads.com
GNU General Public License v2.0
863 stars 474 forks source link

The `direct` attribute of the `purchase_link` shortcode isn't working as expected #9729

Closed henrywright closed 1 month ago

henrywright commented 2 months ago

If the direct attribute is set to true, the download is added to the cart.

[purchase_link id="94" text="Buy Now" style="button" direct="true"]

I expected the cart step to be skipped. Instead I expected the user to be taken to the checkout page.

henrywright commented 1 month ago

Amir kindly suggested I use the blocks instead.