Current File : /var/www/vinorea/src/PrestaShopBundle/Resources/config/routing/admin/sell/customer/customers.yml
admin_customers_index:
  path: /
  methods: [ GET ]
  defaults:
    _controller: PrestaShopBundle\Controller\Admin\Sell\Customer\CustomerController::indexAction
    _legacy_controller: AdminCustomers
    _legacy_link: AdminCustomers

admin_customers_filter:
  path: /
  methods: [ POST ]
  defaults:
    _controller: PrestaShopBundle\Controller\Admin\CommonController::searchGridAction
    _legacy_controller: AdminCustomers
    _legacy_link: AdminCustomers:submitFiltercustomer
    gridDefinitionFactoryServiceId: prestashop.core.grid.definition.factory.customer
    redirectRoute: admin_customers_index

admin_customers_create:
  path: /new
  methods: [ GET, POST ]
  defaults:
    _controller: PrestaShopBundle\Controller\Admin\Sell\Customer\CustomerController::createAction
    _legacy_controller: AdminCustomers
    _legacy_link: AdminCustomers:addcustomer

admin_customers_edit:
  path: /{customerId}/edit
  methods: [ GET, POST ]
  defaults:
    _controller: PrestaShopBundle\Controller\Admin\Sell\Customer\CustomerController::editAction
    _legacy_controller: AdminCustomers
    _legacy_link: AdminCustomers:updatecustomer
    _legacy_parameters:
      id_customer: customerId
  requirements:
    customerId: \d+

admin_customers_view:
  path: /{customerId}/view
  methods: [ GET, POST ]
  defaults:
    _controller: PrestaShopBundle\Controller\Admin\Sell\Customer\CustomerController::viewAction
    _legacy_controller: AdminCustomers
    _legacy_link: AdminCustomers:viewcustomer
    _legacy_parameters:
      id_customer: customerId
  requirements:
    customerId: \d+
  options:
    expose: true

admin_customers_set_private_note:
  path: /{customerId}/set-private-note
  methods: [ POST ]
  defaults:
    _controller: PrestaShopBundle\Controller\Admin\Sell\Customer\CustomerController::setPrivateNoteAction
    _legacy_controller: AdminCustomers
    _legacy_link: AdminCustomers:updateCustomerNote
    _legacy_parameters:
      id_customer: customerId
  requirements:
    customerId: \d+

admin_customers_toggle_status:
  path: /{customerId}/toggle-status
  methods: [ POST ]
  defaults:
    _controller: PrestaShopBundle\Controller\Admin\Sell\Customer\CustomerController::toggleStatusAction
    _legacy_controller: AdminCustomers
    _legacy_link: AdminCustomers:statuscustomer
    _legacy_parameters:
      id_customer: customerId
  requirements:
    customerId: \d+

admin_customers_transform_guest_to_customer:
  path: /{customerId}/transform-guest-to-customer
  methods: [ POST ]
  defaults:
    _controller: PrestaShopBundle\Controller\Admin\Sell\Customer\CustomerController::transformGuestToCustomerAction
    _legacy_controller: AdminCustomers
    _legacy_link: AdminCustomers:guesttocustomer
    _legacy_parameters:
      id_customer: customerId

admin_customers_toggle_newsletter_subscription:
  path: /{customerId}/toggle-newsletter-subscription
  methods: [ POST ]
  defaults:
    _controller: PrestaShopBundle\Controller\Admin\Sell\Customer\CustomerController::toggleNewsletterSubscriptionAction
    _legacy_controller: AdminCustomers
    _legacy_link: AdminCustomers:changeNewsletterVal
    _legacy_parameters:
      id_customer: customerId
  requirements:
    customerId: \d+

admin_customers_set_required_fields:
  path: /set-required-fields
  methods: [ POST ]
  defaults:
    _controller: PrestaShopBundle\Controller\Admin\Sell\Customer\CustomerController::setRequiredFieldsAction
    _legacy_controller: AdminCustomers
    _legacy_link: AdminCustomers:submitFields

admin_customers_toggle_partner_offer_subscription:
  path: /{customerId}/toggle-partner-offer-subscription
  methods: [ POST ]
  defaults:
    _controller: PrestaShopBundle\Controller\Admin\Sell\Customer\CustomerController::togglePartnerOfferSubscriptionAction
    _legacy_controller: AdminCustomers
    _legacy_link: AdminCustomers:changeOptinVal
    _legacy_parameters:
      id_customer: customerId
  requirements:
    customerId: \d+

admin_customers_delete_bulk:
  path: /delete-bulk
  methods: [ POST ]
  defaults:
    _controller: PrestaShopBundle\Controller\Admin\Sell\Customer\CustomerController::deleteBulkAction
    _legacy_controller: AdminCustomers
    _legacy_link: AdminCustomers:submitBulkdeletecustomer

admin_customers_delete:
  path: /delete
  methods: [ POST ]
  defaults:
    _controller: PrestaShopBundle\Controller\Admin\Sell\Customer\CustomerController::deleteAction
    _legacy_controller: AdminCustomers
    _legacy_link: AdminCustomers:deletecustomer

admin_customers_enable_bulk:
  path: /enable-bulk
  methods: [ POST ]
  defaults:
    _controller: PrestaShopBundle\Controller\Admin\Sell\Customer\CustomerController::enableBulkAction
    _legacy_controller: AdminCustomers
    _legacy_link: AdminCustomers:submitBulkenableSelectioncustomer

admin_customers_disable_bulk:
  path: /disable-bulk
  methods: [ POST ]
  defaults:
    _controller: PrestaShopBundle\Controller\Admin\Sell\Customer\CustomerController::disableBulkAction
    _legacy_controller: AdminCustomers
    _legacy_link: AdminCustomers:submitBulkdisableSelectioncustomer

admin_customers_export:
  path: /export
  methods: [ GET ]
  defaults:
    _controller: PrestaShopBundle\Controller\Admin\Sell\Customer\CustomerController::exportAction
    _legacy_controller: AdminCustomers
    _legacy_link: AdminCustomers:exportcustomer

admin_customers_search:
  path: /search
  methods: [ GET ]
  defaults:
    _controller: PrestaShopBundle\Controller\Admin\Sell\Customer\CustomerController::searchAction
    _legacy_controller: AdminCustomers
    _legacy_link: AdminCustomers:searchCustomers
  options:
    expose: true

admin_customer_for_address_information:
  path: /customer-information
  methods: [ GET ]
  defaults:
    _controller: PrestaShopBundle\Controller\Admin\Sell\Customer\CustomerController::getCustomerInformationAction
    _legacy_controller: AdminAddresses
    _legacy_link: AdminAddresses:loadNames

admin_customers_carts:
  path: /{customerId}/carts
  methods: [ GET ]
  defaults:
    _controller: PrestaShopBundle\Controller\Admin\Sell\Customer\CustomerController::getCartsAction
    _legacy_controller: AdminCustomers
    _legacy_link: AdminCustomers
  requirements:
    customerId: \d+
  options:
    expose: true

admin_customers_orders:
  path: /{customerId}/orders
  methods: [ GET ]
  defaults:
    _controller: PrestaShopBundle\Controller\Admin\Sell\Customer\CustomerController::getOrdersAction
    _legacy_controller: AdminCustomers
    _legacy_link: AdminCustomers
  requirements:
    customerId: \d+
  options:
    expose: true
Page Not Found
Parece que el enlace que apuntaba aquí no sirve. ¿Quieres probar con una búsqueda?
¡Hola!