Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Create File for Hitmeister / Hitflip Exchange site


geoffreywalton

Recommended Posts

This thread is to support the contribution "Hitmeister/Hitflip Data Feed".

 

http://addons.oscommerce.com/info/5759

 

Hitflip is a site that allows you to swap items with others.

 

This contribution creates a data feed which can be submitted to hitflip so you can list your OSC catalog on their site.

Edited by geoffreywalton

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Link to comment
Share on other sites

  • 1 year later...

This add-in is now obsolete as the import method has been changed by Hitmeister.

 

For more information on how to upload a product feed to Hitmeister : http://www.hitmeister.de/c/haendler.html

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Link to comment
Share on other sites

  • 3 months later...

Hello.

 

Why should this be obsolete? It's not!

We STILL USE your contrib (thanks for this!) as it produces a good datafeed which Hitmeister can download directly from our webspace. Import methods still allow to generate a feed on your own webspace and let HM download them at predefined times. Used as Cronjob it works 100% automatically. It is perfect for everyone who can't use there API.

 

Bute still there's one problem i could'nt solve: Stores special prices are not used in export!?

Link to comment
Share on other sites

Glad it is of use.

 

I did this contribution for Hitmeister and after a year they contacted me and said it had been superseded so I updated the descriptions.

 

The price calculation does not use the specials but no doubt could be adapted to use it if there is one.

 

This should help, taken from product_info.php

 

	if ($new_price = tep_get_products_special_price($product_info['products_id'])) {
  $products_price = '<s>' . $currencies->display_price($product_info['products_price'], tep_get_tax_rate($product_info['products_tax_class_id'])) . '</s> <span class="productSpecialPrice">' . $currencies->display_price($new_price, tep_get_tax_rate($product_info['products_tax_class_id'])) . '</span>';
} else {
  $products_price = $currencies->display_price($product_info['products_price'], tep_get_tax_rate($product_info['products_tax_class_id']));
}

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Link to comment
Share on other sites

Hey Geoffrey

Of course they did lots of changes on import functions but your way still works fine ;)

They just added more variations like direct API etc.

 

I will test your code very soon and report if it works.

 

THANKS!

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