Jump to content


Corporate Sponsors


Latest News: (loading..)

Mort-lemur

Member Since 11 Jun 2009
Offline Last Active Today, 15:55
-----

Posts I've Made

In Topic: Is this Usual 2.3.1 Behaviour?

Yesterday, 15:26

Sorry - Ignore my last question, I removed it via payment modules in admin.

This also solves the problem I couldnt work out with the MATC contribution.

Many Thanks

In Topic: Is this Usual 2.3.1 Behaviour?

Yesterday, 15:14

Hi Chris - so even if he selects the paypal standard payment (ie checkbox) rather than hitting the paypal express graphic - it will still bypass checkout confirmation?

If so what is the best way to stop this?

Thanks

In Topic: How Did You Hear About Us - Support

07 February 2012, 21:22

View Postapolyshow, on 07 February 2012, 16:07, said:

Does anyone install it o 2.3.1 osc ? Because the readme file has errors....
Any help please?

sorry quoted the wrong post - what errors are you seeing ?

Thanks

In Topic: How Did You Hear About Us - Support

07 February 2012, 21:21

View Postyansfung, on 13 December 2011, 18:32, said:

I want to modify this great add-on a little bit in the "product_info.php" or "checkout_confirmation.php" to have a referral statistics about products instead of target for buyers or guest. However, I am not familiar with drop down option values captured and pass through tep_db_* functions to update the data field "customers_info_source_id" of table "customers_info" with the following SQL statement.

tep_db_query("update " . TABLE_CUSTOMERS_INFO . " set customers_info_source_id = '" . (int)$source_value . "' where customers_info_id = '" . (int)$customer_id . "'");

The following is the "drop down menu" of referral options:

<td align="right" width="100%">
<?php echo "<form action= "What_Action_I_must_take" method=GET>
<select onchange=\"this.form.submit();\" names='This test'>";
for ($i = 0; $i < $source_rows; $i++) {
echo "<option value= $source[$i]['sources_id']>";
echo $source[$i]['sources_name'];
echo "</option>";
}
echo "</select>
</form>";
?>

Call someone kindly show me how to capture the mouse-clicked option value and pass to the parameter "$source_value" for such update.

Thanks a lot in advance!

[img]http://forums.oscommerce.com//public/style_emoticons/default/crying.gif[/img] [img]http://forums.oscommerce.com//public/style_emoticons/default/sick.gif[/img] [img]http://forums.oscommerce.com//public/style_emoticons/default/blush.png[/img]

What errors?

Thanks

In Topic: Recover Cart Sales for OSC 2.3.1

05 February 2012, 09:45

Thanks Steve,

Releasing them as a contribution is also the best way I can think of of recording what I actually did - and giving those more experienced than me the opportunity to improve / tidy them.

Many Thanks