shirazdrum

Bring Your Business to LifeSupportWordPress: Popular Widget Plugin 100K downloads

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Bug report and a few questions #52203
    shirazdrum
    Participant

    Hi Hax,

    That’s great. One thing I noticed in the 3.2.1 is that it doesn’t display finishes and color options when adding to cart. Am I missing something there?

    Thanks.

    in reply to: Bug report and a few questions #52181
    shirazdrum
    Participant

    I just finished fixing the bugs that were priority to me. Here are the codes to make your life easier:)

    On sales-details.php add after line 31

    <!–Finishes added–>

    <span class=”finish”><?php _e(‘Finish’, ‘ims’)?></span>

    On the same files after line 63, comment out line 64 and add:

    //Corrected Color name without price

    $r .= ‘<span class=”ims-color”>’ . $item[‘color_name’] . ‘</span>’;

    //Finishes without prices added

    $r .= ‘<span class=”finish”>’ . $item[‘finish_name’] . ‘</span>’;

     

    Of course you need to add “finish” class and modify the css so the table won’t be out of wack in the back-end. Let me know if you need the css and i’ll email the file to you.

    Thanks again for sharing your work.

    Cheers,

    Chris

Viewing 2 posts - 1 through 2 (of 2 total)