Advanced Search
Search Results
418 total results found
How to Implement Subscriptions on the Product Page
To implement subscriptions on your product page you’ll need to add some code to your themes product.twigfile that allows customers to see the available subscription plans and select the one they want. The code snippet below provides radio options that will all...
How do I implement subscriptions on the product page?
To implement subscriptions on your product page you’ll need to add some code to your themes product.twigfile that allows customers to see the available subscription plans and select the one they want. The code snippet below provides radio options that will al...
How do I give split listings names generated from their attributes?
This code example extends the Aero\Search\Elastic\Documents\ListingDocumentdocument to generate names for split listings from the attributes that the variant is made up of. You can learn more about extending the listing document here It’s important to note th...
Listing items per page
Update AppServiceProvider app>Providers>AppServiceProvider.php Add the following namespaces: use Aero\Store\Http\Responses\ListingsJson; use Aero\Store\Http\Responses\ListingsPage; use Aero\Store\Http\Responses\SearchJson; use Aero\Store\Http\Responses\SearchP...