nicolas wrote:
1. The choose option button is added int he file quantity of the view product that you can edit via the menu Display->Views. You can add your code there.
Thanks can you tell me where to find the code to insert, that displays the current stock quantity, and where to insert it, sorry a bit of a code novice.
nicolas wrote:2. The Choose option text can be changed by override it via the interface available in the Languages tab of the configuration when you edit your translation file.
Thanks I did this in the Display->Views product quantity is that OK? I replaced the CAPS and noncaps instances of CHOOSE_OPTION with Select Length
nicolas wrote:3. You can do like 2 but you will have it replaced everywhere. You could also remove it so that it just displays the price. If you want to display a different text based on the context, you will have to edit the file listing_price of the view product via the menu Display->Views and modify the code displaying the each word...
The only instance of the word each in Display->Views->listing_price is as follows which I'm assuming is not correct?
echo JText::_('PRICE_BEGINNING');foreach($this->row->prices as $price)
Thanks, HH.