Thread Starter
lucsb
(@lucsb)
I understand you cannot provide support.
I just informed you and the community or my result.
Cheers
Thread Starter
lucsb
(@lucsb)
Thanks Esmi,
I have a work around where I adjusted the code in eshop-add-to-cart.php.
I added “Select from the list below” and gave it option 1, the problem is if someone clicks add to cart the fist option in the select list is added. But it works ok for me.
Line 195 onwards:
$opt=$eshopoptions[‘options_num’];
$mainoptsecho.=”\n”.'<label for=”eopt’.$theid.$uniq.'”>
<select id=”eopt’.$theid.$uniq.'” name=”option”>
<option value=”1″>Select from the list below</option>’;
for($i=1;$i<=$opt;$i++){
if(isset($eshop_product[‘products’][$i])){
Thread Starter
lucsb
(@lucsb)
The add to cart drop down that contains the prices.