Viewing 6 replies - 1 through 6 (of 6 total)
  • Which dropdown?

    Thread Starter lucsb

    (@lucsb)

    The add to cart drop down that contains the prices.

    Sorry – that’s simply not possible.

    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])){

    Please understand that we cannot provide support if you have hacked any of the eShop scripts. Nor can we help you troubleshoot your hacks.

    Thread Starter lucsb

    (@lucsb)

    I understand you cannot provide support.

    I just informed you and the community or my result.

    Cheers

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: eShop] "Please select" from cart options drop drop down.’ is closed to new replies.