Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

giftwrap MOD issue, need help


emmanuelonas

Recommended Posts

I recently installed osC_GiftWrap_v1.0 has an addson, it seems fine and also included in the admin section. The problem I have now is that when i put a price on GiftWrap it still defaults to 0.00, but when I put a price in No GiftWrap it seems to work fine, can any one help me, I am struggling to find the problem.

 

Regards

Emmanuel

Link to comment
Share on other sites

  • 5 weeks later...

Try putting in a product that is expensive (>£/$100) and heavy (>3kg) and try again - I just fought with mine for an a couple of hours before I worked out that the latest contrib now comes with the percent mod pre installed, so if you have a £/$1 product that weighs 0, the giftwrap show 0 as well ! (i wish people would't dick with things !) mad.gif

 

to fix the problem open catalog/includes/modules/giftwrap/giftwrap.php

 

Find this

 

						   'methods' => array(array('id' => $this->code,
												 'title' => MODULE_GIFT_TEXT_WAY,
												 'cost' => MODULE_GIFT_COST * $total_weight)));

 

and change it back to this !

 

						   'methods' => array(array('id' => $this->code,
												 'title' => MODULE_GIFT_TEXT_WAY,
												 'cost' => MODULE_GIFT_COST)));

 

Have Fun

 

Courty

Link to comment
Share on other sites

I am having small problem on this page:

https://xxxxxxxxx/admin/modules.php?set=gif...xxxxxxxxxxxxxxx

 

 

Error!

 

Unable to determine connection method on a link!

 

Known methods: NONSSL SSL

 

Function used:

 

tep_href_link('modules.php', 'set=giftwrap&module=nogiftwrap', '')

 

I am running cre loaded,

Any ideas where i should start to look for the solution?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...