Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author Art Project Group

    (@artprojectgroup)

    With the actual version isn’t possible.

    Thread Starter jossr

    (@jossr)

    I already fixed it, was a bit hard to find the right code (I dont speak spanish ;))

    Line 405 in apg-free-shipping.php

    //Oculta el resto de gastos de envío
    function apg_free_shipping_oculta_envios($envios) {
    	if (isset($envios['apg_free_shipping']) AND $envios['local_pickup'] )
    	{
    		foreach ($envios as $envio)
    		{
    			if ($envio->id != 'apg_free_shipping' AND $envio->id != 'local_pickup') unset($envios[$envio->id]);
    		}
    	}
    
    	return $envios;
    Plugin Author Art Project Group

    (@artprojectgroup)

    That’s a good solution for you, but no everybody need this fix ??

    We’ll study a new option for this kind of configuration.

    Thread Starter jossr

    (@jossr)

    For me its perfect, I think maybe also for other stores. Maybe you guys can integrate it in the plugin if u feel like ??

    I would like to keep this open too as I have a similar problem.

    I offer Free Postage for UK orders over £50. (The shop is based in UK)

    If the customer’s postcode is in Scotland, we cannot offer Free Postage.
    So if the customer enters a Scottish postcode, the APG plugin displays the cost. This all works as expected.

    I would however like the Checkout to hide “Free Postage” and “Flat Rate” shipping (which are activated as the customer is in the UK), leaving only the APG Shipping price as the only option.

    Was there once an option to hide other shipping costs?

    Plugin Author Art Project Group

    (@artprojectgroup)

    No with the actual version.

    I have the actual (not “Free”) version and I don’t see the option to hide other shipping costs.

    Plugin Author Art Project Group

    (@artprojectgroup)

    There isn’t option for that.

    Is there any way to achieve this goal? I tried implementing an edited snippet but I don’t know enough about php to implement it – I just broke the site instead.

    Plugin Author Art Project Group

    (@artprojectgroup)

    Yes, we can create this add-on for you. Fill this form to get the cost for it.

    Kind regards.

    Is this possible by modifying the code snippet above? It looks like this is going to be a useful feature in future versions of the plugin.

    Plugin Author Art Project Group

    (@artprojectgroup)

    Maybe in the next Pro version.

    Kind regards.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Hide other shipment costs except pick up’ is closed to new replies.