Claudia Posted January 22, 2023 Share Posted January 22, 2023 I'm using Version 1.0.24 of the AIOS. Brian has made design changes for me and I'm not sure what has been implemented into the core code. Anyway, I'm updating my USPS rates and all goes fine. But when I try to rearrange the lines it lets me rearrange them but when I hit save it goes back to the original order and doesn't save my new order. Oh, and the clicking the checkbox across frm add new shipping rates doesn't do anything Any ideas? Thanks in advance as always! One more question -- I would like for Cubecart to show the rates from my zip code zone before the state zone. I can't remember what goes first in ordering the zone. I know at one time it was the smallest first but not sure if that is the way now Quote Link to comment Share on other sites More sharing options...
bsmither Posted January 22, 2023 Share Posted January 22, 2023 (edited) That "double-right-angle" and Edit icon on the Add new shipping rate line is definitely not supposed to be there. So, in the module's /skin/sdmin/shipping_rates.tpl, double check this line (broken apart for clarity): <tr> <td colspan="7"> <a href="#" class="aios-add"> <img src="{$SKIN_VARS.admin_folder}/skins/{$SKIN_VARS.skin_folder}/images/add.png" alt="{$LANG.all_in_one_shipping.add_rows}" title="{$LANG.all_in_one_shipping.add_rows}" width="16" height="16" border="0" style="padding:0 5px;" /> {$LANG.all_in_one_shipping.add_new_shipping_rates} </a> </td> </tr> Please remind us about when the sort-order on a rates panel was discussed. (Found it, early Feb 2018.) https://forums.cubecart.com/topic/53313-all-in-one-shipping-module-gets-its-rates-sorted/ If a sort order fails to 'stick', either the database is missing the new column, 'sort_order', in the CubeCart_shipping_rates table, or the code to process the sort_order went missing. Your local zip-code zone vs your state zone gets their priorities set from the drag-n-drop order as they appear, top to bottom, on the Shipping Zones tab. Edited January 22, 2023 by bsmither Quote Link to comment Share on other sites More sharing options...
Claudia Posted January 22, 2023 Author Share Posted January 22, 2023 I didn't have the sort_order column so I added it - still won't save the sort change. I have a word document with all the AIOS changes we made long ago. I'm goin to check it out. By the By --- Yeah Bengals!!!!!! Quote Link to comment Share on other sites More sharing options...
Claudia Posted January 23, 2023 Author Share Posted January 23, 2023 Go Chiefs for the Super Bowl!!! Quote Link to comment Share on other sites More sharing options...
Claudia Posted January 23, 2023 Author Share Posted January 23, 2023 I got it to work Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.