Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted (edited)

Hello all,

 

I installed GiftWrap v1.1 for my online shop, it can work. But now the only issue is like the following:

 

When confirming the check out, in the page of "checkout_confirmation.php": the cost summary doesn't include the GiftWrap part, could you please kindly advise how to add and list the GiftWrap cost before the "Total" cost? actually the GiftWrap amount(which is $2.50) has been counted, only without listing in the following:

 

Per Item (Best Way): $2.50

Sub-Total: $15.00

Total: $19.00

 

Appreciate much again for your kind advice, thank you!!!

 

Best regards,

allright

Edited by allright
  • 6 months later...
Posted
Hello all,

 

I installed GiftWrap v1.1 for my online shop, it can work. But now the only issue is like the following:

 

When confirming the check out, in the page of "checkout_confirmation.php": the cost summary doesn't include the GiftWrap part, could you please kindly advise how to add and list the GiftWrap cost before the "Total" cost? actually the GiftWrap amount(which is $2.50) has been counted, only without listing in the following:

 

Per Item (Best Way): $2.50

Sub-Total: $15.00

Total: $19.00

 

Appreciate much again for your kind advice, thank you!!!

 

Best regards,

allright

 

I also have this same issue,please help asap.

 

Best Regards,

Posted
I also have this same issue,please help asap.

 

Best Regards,

 

Now fixed, don't miss:

 

CATALOG/INCLUDES/CLASSES/ORDER.PHP

 

==================================> Locate the following code <==============================

 

if (DISPLAY_PRICE_WITH_TAX == 'true') {

$this->info['total'] = $this->info['subtotal'] + $this->info['shipping_cost'];

} else {

$this->info['total'] = $this->info['subtotal'] + $this->info['tax'] + $this->info['shipping_cost'];

}

}

}

?>

 

----> INSERT this code: + $this->info['giftwrap_cost'] prior to the ;

at the end of lines 2 and 4 (lines start with $this)<----

make sure you leave a blank space prior to the +

 

********************************************************************************

********

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...