Bug report and a few questions

HomeSupportImage StoreBug report and a few questions

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #52176
    shirazdrum
    Participant

    Hi,

    First off, thanks for the great plug-in. I’ve been testing it for the past few days and i came across a few things which i thought you’d like to know.

    1. alert messages under galleries/sale all show one thing regardless of the action. No matter if you change order status or payment status, it will always say : “Order moved to trash”

    2.Under galleries/sale/order detail, the option values are missing. For example, if the image has a option of Colors and color was B&W, it will only show the option price and not the “B&W”.

    3. Under galleries/sale/order detail, the Finish Option doesn’t show. In this case, it doesn’t even show the price.

    4.On the slideshow, options are missing.

    Any remedies for the points above without me changing the codes myself or waiting for the next release?

    As for the css, I only have one suggestion and that is to keep the properties names the same in future releases so those who overwrite the default css won’t have to go back and do it all over again.

    Thanks again,

    Chris

    #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

    #52189
    Xpark Media
    Keymaster

    @shirazdrum,

    all items mentioned above have been addressed on version 3.2.1.

    The CSS styles do remain the same but with additional selectors, including the option to change your gallery columns.

    One thing to notice is that the location of the html markup for the sub navigation bar ( select all, unselect all..) has change on 3.2.1, Colorbox is no longer supported and additional styles have been addd for new features and a more friendly mobile experience.

    #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.

    #52217
    Xpark Media
    Keymaster

    This is a bug on 3.21. RC1, I have fixed the issue and will be working properly on the final release

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.