Child pages
  • Front-Office Controllers
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

Font-Office Controllers

Here is the list of all current Font-Office controllers in PrestaShop 1.5:

Controller Filename

Description

AddressController.php

Used by address.php to edit a customer's address.

AddressesController.php

Used by addresses.php to get customer's addresses.

AuthController.php

Used by authentication.php for customer login.

BestSalesController.php

Used by best-sales.php to get best-sellers.

CartController.php

Used by cart.php to manage the customer's cart.

CategoryController.php

Used by category.php to get product categories.

CMSController.php

Used by cms.php to get a CMS page.

CompareController.php

Used by products-comparison.php to compare products.

ContactController.php

Used by contact-form.php to send messages.

DiscountController.php

Used by discount.php to get a customer's vouchers.

GuestTrackingController.php

Used by guest-tracking.php to manage guest orders.

HistoryController.php

Used by history.php to get a customer's orders.

IdentityController.php

Used by identity.php for customer's personal info.

IndexController.php

Used by index.php to display the homepage.

ManufacturerController.php

Used by manufacturer.php to get manufacturers.

MyAccountController.php

Used by my-account.php to manage customer account.

NewProductsController.php

Used by new-products.php to get new products.

OrderConfirmationController.php

Used by order-confirmation.php for order confirmation.

OrderController.php

Used by order.php to manage the five-step checkout.

OrderDetailController.php

Used by order-detail.php to get a customer order.

OrderFollowController.php

Used by order-follow.php to get a customer's returns.

OrderOpcController.phpUsed by order-opc.php to manage one-page checkout.

OrderReturnController.php

Used by order-return.php to get a merchandise return.

OrderSlipController.php

Used by order-slip.php to get a customer's credit slips.

PageNotFoundController.php

Used by 404.php to manage the "Page not found" page.

ParentOrderController.php

Manages shared order code.

PasswordController.php

Used by password.php to reset a lost password.

PricesDropController.php

Used by prices-drop.php to get discounted products.

ProductController.php

Used by product.php to get a product.

SearchController.php

Used by search.php to get search results.

SitemapController.php

Used by sitemap.php to get the sitemap.

StoresController.php

Used by stores.php to get store information.

StoresController.php

Used by supplier.php to get suppliers.

  • No labels