Hi, i need to know which one is the table that store weight base shipping rate?
i already browse all the tables, one by one using phpmyadmin but still could not find it. thank you
Welcome to AbanteCart mydrecotru
Most likely, rates are stored in settings table for group with your extension name.
select * from ac_settings where group = '[extension key]';