Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be better asked at Stack Overflow or another appropriate Stack Exchange network site. Third-party plugins and themes are off-topic for this site; they are better asked about at their developers' support routes.
Closed 5 years ago.
Improve this questionI want to display each shipping method on the product page. For example:
DPD | 10 $ DHL | 15 $ etc etc...
I used a WC() method, but it does not give the results what I want. Flat method/free delivery is not the problem, but I am also using table rate(flexible shipping) and methods don't display price.
i find something like :
Unfortunately this solution dosen't display flexible shipping prices(this is important for me).