• Resolved deroxdj

    (@deroxdj)


    https://drive.google.com/file/d/1o6p4JSrAShaEP3NGamdha06F7tS_eNso/view?usp=drive_link

    Encontré una solución para cuando se hacen los pedidos de los productos cuando hay costo de envío, en la parte inferior de la pagina de pedidos, siempre aparecía el valor total ocluido el valor del domicilio, “en el caso de que se cobre el valor del domicilio o envío”, en esta parte debería aparecer el valor subtotal y el valor del envío en la parte del checkout (finalizar compra).

    Ejemplo si un cliente compra un producto que tiene un valor de $ 1000, y el envió cuesta & 200, entonces siempre aparece es $ 1200 y debería aparecer los valores del producto que es de $ 1000, y el valor del envío $ 200 debería aparecer es en la pagina de checkout (finalizar compra).

    La funcion esta en:  food-store/templates/cart/bottom/wfs-cart.php

    Reemplazar:  <?php wc_cart_totals_order_total_html(); ?>         

    Por:  <?php wc_cart_totals_subtotal_html(); ?>

    En las líneas:     Línea 94   y línea 108

    El problema es cuando actualice el plugin se pierde el código o el remplazo.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author WP Scripts

    (@wpscripts)

    Hello,

    Thanks for the solution. We are looking into this, once verified we will release an update.
    Thanks,

    @wpscripts @deroxdj Yes. I’m facing the same issue as well. I want to show only subtotal amount in bottom cart. Please remove the total amount text from the cart. Only subtotal amount should appear on cart. Please release an update to fix it. When will you release it? Let me know

    Plugin Author WP Scripts

    (@wpscripts)

    Hello @deepaksh007 ,

    You can easily change that by doing copy templates folder from food store plugin and creating a template folder under your active theme directory. Just change the files as per your requirement.

    Thanks,

    @wpscripts How to do that? I am not a technical guy. If you have any step by step guide or video tutorials on how to do that then please tell. I will follow the same.

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