Ashley: Your Expert in Africa Logistics & Quotation

With several years of dedicated forwarding experience, Ashley specializes in providing rapid and reliable quotations for the African market. She possesses a proven track record in handling complex inquiries and resolving shipment-related issues efficiently.


Ashley can provide the quotation services for cargo types to African ports as below:
Breakbulk & Project Cargo: We handle breakbulk cargo, heavy lifts, and oversized project components with precision, ensuring proper stowage, securing, and documentation.


Specialized Containers (OT, FR, RF): Open-Tops, Flat Racks, Reefers, providing safe and efficient transport solutions for unconventional cargo.
General Purpose Containers (GP): Cost-effective FCL and LCL services for standard dry goods across major ports in Africa.

Her Commitment to You:

“I don’t just quote; I provide reliable, fast, and professional logistics solutions that empower your business to grow in the African market.”

Ready to Experience the Difference?

Contact today for a swift, professional, and competitive quotation on your next shipment to Africa.

Get Your Free Quote Now: – Email: xnscus01@rosenlog.com | Whatsapp/MB:+0086 15779682502

// 仅添加这段代码到你现有页面的JS末尾,不改动其他代码 // 适配你现有页面的选择器(请替换成你实际的输入框/按钮/表格ID) jQuery(document).ready(function($) { // 定义查询函数,复用你现有页面的DOM结构 function loadFreightRates() { // 获取你现有输入框的值(用你实际的选择器,比如#origin、#dest) var origin = $('#pol').val(); var dest = $('#pod').val(); var carrier = $('#line').val(); // 调用接口获取数据,不改动你现有页面的样式 $.ajax({ url: '', type: 'GET', data: { action: 'get_freight_rates', origin: origin, dest: dest, carrier: carrier }, dataType: 'json', success: function(data) { // 清空你现有表格的内容(用你实际的表格tbody选择器) var $tbody = $('#your-freight-table-tbody').empty(); // 填充数据,完全复用你现有表格的HTML结构 if (data.length === 0) { $tbody.html('暂无数据'); } else { $.each(data, function(i, item) { // 复用你现有表格的行结构,仅替换数据 var tr = '' + '' + item.origin_port + '' + '' + item.dest_port + '' + '' + item.carrier + '' + '' + item.price_20gp + '' + '' + item.price_40gp + '' + '' + item.price_40hq + '' + '' + item.valid_from + ' 至 ' + item.valid_to + '' + '' + (item.remark || '') + '' + ''; $tbody.append(tr); }); } } }); } // 绑定你现有查询按钮的点击事件(用你实际的按钮ID) $('#your-search-button').click(loadFreightRates); // 页面加载时自动查询(保持你现有逻辑) loadFreightRates(); });
滚动至顶部