Post by pixology » Wed Mar 17, 2010 11:46 am

I have it set up now to zip straight to confirmation because I have one payment method(paypal) and one shipping method(flat rate: $0.00). The last remaining issue is that it shows 0.00 on the confirmation page before it sends them to paypal where the shipping is figured. Is there a way to either remove the shipping line item completely, or replace it with "To be figured by paypal" or something to that effect?

Newbie

Posts

Joined
Mon Mar 15, 2010 9:40 am

Post by pixology » Fri Mar 19, 2010 1:12 pm

anyone? :-\

Newbie

Posts

Joined
Mon Mar 15, 2010 9:40 am

Post by Oneilus » Fri Mar 26, 2010 2:48 am

You can edit Shipping.tpl file in Catalog/view/theme/YOURTHEME/template/checkout/

around line 45 :

Code: Select all

<td width="534"><label for="<?php echo $quote['id']; ?>" style="cursor: pointer;"><?php echo $quote['title']; ?></label></td>
<td width="1" align="right"><label for="<?php echo $quote['id']; ?>" style="cursor: pointer;"><?php echo $quote['text']; ?></label></td>
first td is for sipping title and description, and the second td is for shipping value:

so you do that:

Code: Select all

<td width="534"><label for="<?php echo $quote['id']; ?>" style="cursor: pointer;">To be figured by paypal</label></td>
<td width="1" align="right"><label for="<?php echo $quote['id']; ?>" style="cursor: pointer;"></label></td>

New member

Posts

Joined
Fri Mar 26, 2010 2:26 am

Post by dangerclose » Tue Apr 06, 2010 9:10 pm

That code didn't work for me, at the page it is still showing 'Free Shipping $0.00'

Newbie

Posts

Joined
Tue Apr 06, 2010 9:07 pm

Post by webvet » Wed Apr 07, 2010 1:09 am

Look in:

catalog/language/?english?/shipping/free.php

There you can alter both the title and description to whatever you want.

Genuine, Honest Opencart Support @ http://webvetservices.com


User avatar
Active Member

Posts

Joined
Thu May 14, 2009 2:04 am
Location - Shropshire, UK

Post by dangerclose » Thu Apr 08, 2010 9:09 pm

thanks, that worked... now on the Paypal receipt, it only shows the Store name - I think someone was writing a response to that but don't see a fix...

Newbie

Posts

Joined
Tue Apr 06, 2010 9:07 pm
Who is online

Users browsing this forum: No registered users and 10 guests