How can I get a direct URL to a package? Print

  • 0

To get a direct URL to a package for your website, so your customers don't need to go to your Blesta installation and find the package they would like to order.

Template per URL to link to the package.

http://domainname.com/blestafolder/order/main/packages/order-form-name/?package_id={package_id}&group_id={group_id}

Go to: Packages > Groups > click edit and look at the URL: /packages/editgroup/7/ so the group_id would be 7.

Go to: Packages > Edit on the package and look at the url: /packages/edit/155/ so the package_id would be 155.

Eg: https://licensecart.com/billing/order/main/packages/ssl-certificates/?package_id=37&group_id=41 -> That will highlight the RapidSSL Wildcard SSL.


Template per URL to select the package & link directly to configure it.

http://domainname.com/blestafolder/order/config/index/order-form-name/?group_id={group_id}&pricing_id={pricing_id}

Best way: http://domainname.com/blestafolder/order/config/index/order-form-name/ and then click Order and copy the URL at the top.

Eg: https://licensecart.com/billing/order/config/index/blesta/?group_id=7&pricing_id=398 -> That will take you to configure the Monthly Blesta Unbranded package.


Was this answer helpful?

« Back