Skip to content

Miscellaneous Pages

This section covers various utility and feature pages that handle specific functions within the store.


Order Return (RMA)

URL: /order/return Template: resources/views/template/order_return.blade.php

Provides a form for customers to request a Return Merchandise Authorization (RMA) for a previously placed order.


Customer Thread

URL: /user/thread Template: resources/views/template/customerthread.blade.php

Displays a messaging thread between a customer and the store administrators regarding a specific order or inquiry.


Product Comment Forum / Q&A

URL: /review/{product_permalink} Template: resources/views/template/product_commentforum.blade.php

The dedicated page for product reviews and Question & Answer threads. This is where users can submit new reviews, read existing reviews in detail, or ask questions about the product.

Page Variables

Variable Description
$page->misc->product The product data
$page->misc->reviews Array of review objects
$page->misc->questions Array of Q&A threads

Feature Products

URL: /category/featureproduct Template: resources/views/template/product_featureproduct.blade.php

A dedicated landing page that lists all products marked as "Featured" in the catalog. Often used for promotional campaigns. Functions similarly to product_list.blade.php.


Special Offers

URL: /category/specialoffers Template: resources/views/template/product_specialoffers.blade.php

A dedicated landing page listing all products currently on sale or with active discounts. Functions similarly to product_list.blade.php.


SMS Index

URL: /sms Template: resources/views/template/sms_index.blade.php

A utility page used for SMS opt-in/opt-out or SMS-specific campaigns depending on the store's marketing configuration.