Hi All
I am using the World Pay Business payment and have setup the payment plugin with Installation ID,
turned on:
Payment notifications from Worldpay Business Gateway
Test Mode
In my worldpay test account i have also turned on
Payment Response enabled
Payment Response URL : <wpdisplay item=MC_callback>
When i go to the hika shop payment page with the world pay image, I get the follwing Error just above the image:
Notice: Undefined property: stdClass::$show_tax_amount in /mnt/data/vhosts/**********/httpdocs/plugins/hikashoppayment/bf_rbsbusinessgateway/bf_rbsbusinessgateway.php on line 152
My Worldpay Form is:
<div id="hikashop_rbsworldpay_end_image" class="hikashop_rbsworldpay_end_image">
<input id="hikashop_rbsworldpay_end_button" style="background: url('https://secure-test.wp3.rbsworldpay.com/images/rbswp/brand.gif') top left no-repeat;width:139px;height:33px;border:solid 1px #7C98B7;cursor:pointer;margin:10px 100px;" value="" name="" alt="Click to pay with RBS Worldpay - it is fast, free and secure!" type="submit" />
</div>
<form>
<input name="instId" value="278832" type="hidden" />
<input name="cartId" value="63" type="hidden" />
<input name="amount" value="480" type="hidden" />
<input name="currency" value="GBP" type="hidden" />
<input name="desc" value="New UK Product" type="hidden" />
<input name="MC_callback" value="http://**********/index.php?option=com_hikashop&ctrl=checkout&task=notify&notif_payment=bf_rbsbusinessgateway&tmpl=component&lang=en" type="hidden" />
<input name="name" value="Lastname, Gareth" type="hidden" />
<input name="address" value="16 The Green, Rogers Place" type="hidden" />
<input name="postcode" value="MM3 2DX" type="hidden" />
<input name="country" value="GB" type="hidden" />
<input name="email" value="gareth@testingme.com" type="hidden" />
<input name="tel" value="012345678901" type="hidden" />
<input name="testMode" value="100" type="hidden" />
<input name="C_item_name_1" value="UK National Database" type="hidden" />
<input name="C_item_number_1" value="UKNDB" type="hidden" />
<input name="C_quantity_1" value="1" type="hidden" />
<input name="C_amount_1" value="480" type="hidden" />
<input name="C_discount_amount_cart" value="0" type="hidden" />
</form>
Upon clicking the world pay image and after i have made a successfull payment i get the following error message.
Notice: ob_end_clean() [ref.outcontrol]: failed to delete buffer. No buffer to delete in ********/libraries/joomla/application/component/helper.php on line 390
Any ideas as to what i have left out, or what has gone wrong?
Kind Regards
Gareth