Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Bing Cashback program


digitalpowerpro

Recommended Posts

I am trying to figure out the Bing Cashback contrib, and I have it all setup but it is just giving me a blank screen on the checkoutsuccess page. Has anyone dealt with this or set it up? I can post my code if anyone can help but I don't know what is wrong with it, I can kind of read PHP code, and troubleshoot it a little bit, but not good at writing it.

Link to comment
Share on other sites

  • 2 weeks later...

I think I figured out part of the problem, there is an extra ) in the array that I had to remove, now it does not give me the blank screen, but now there is another problem, it is not updating the variables correctly, Just putting zeros for qty and price. Here is what the bing rep gave back to me as the reponse on their side

 

-----------------------------------------------------------

<!-- bing tacking code -->

<script type='text/javascript'>

 

var jf_merchant_id = 'REMOVED for privacy';

var jf_merchant_order_num = '4874';

var jf_purchased_items = new Array();

// adding cart items

 

// add cart item

var jf_item = new Object();

jf_item.mpi = '351';

jf_item.price = '$0.00';

jf_item.quantity = ;

jf_purchased_items.push (jf_item);

// add cart item

var jf_item = new Object();

jf_item.mpi = '253';

jf_item.price = '$0.00';

jf_item.quantity = ;

jf_purchased_items.push (jf_item);

//-->

</script>

<script type='text/javascript' src= 'https://ssl.bing.com/cashback/javascripts/1x1tracking.js'>

</script>

<!--End Cashback Tracking Pixel Code -->

 

--------------------------------------------------------

 

I have the files that I have edited and it appears that maybe there is more syntax that is wrong but I am not sure, I am not great at coding, if anyone can help I would be willing to send my files for examination. email me or respond here with how to contact you.

Link to comment
Share on other sites

I have figured out the problem with the coding, and have updated the contrib file today, we are now up and running on bing.com. I also added a instruction file to the package so it will be easier for others to implement the code. link to our bing.com store link here

 

http://www.bing.com/cashback/go?c=660225&FORM=CBST08&cbst=1.1

 

Zach

Link to comment
Share on other sites

  • 5 months later...

I have figured out the problem with the coding, and have updated the contrib file today, we are now up and running on bing.com. I also added a instruction file to the package so it will be easier for others to implement the code. link to our bing.com store link here

 

http://www.bing.com/cashback/go?c=660225&FORM=CBST08&cbst=1.1

 

Zach

 

Hello Zach,

 

Thank you very much for sharing this contribution. Is it http://addons.oscommerce.com/info/7004?

 

I see it's not too hard for me to install, but can I ask: I have installed this contribution in my store, but how does it work with bing's shopping site? Do I need to manually add the products in my biing's merchant account? Or through data feed? Then the cashback program will "link" together? I am not a programmer so i'll really appreciate if you can explain it more! Thank you very much!!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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...