silvershop / silvershop-core

SilverShop is an e-commerce shopping cart module for the SilverStripe CMS
http://silvershop.github.io
BSD 2-Clause "Simplified" License
113 stars 119 forks source link

Use Label as title for frontend dropdown field #725

Closed RVXD closed 4 years ago

RVXD commented 4 years ago

In the frontend dropdown the Label field should be used instead of the Name field. This is mentioned in the source:

    private static $db = [
        'Name' => 'Varchar', //for back-end use
        'Label' => 'Varchar' //for front-end use
    ];
wilr commented 4 years ago

Thanks!