Jump to content



Latest News: (loading..)

- - - - -

Custom Price Addition?


  • Please log in to reply
3 replies to this topic

#1   chickeneps

chickeneps
  • Members
  • 22 posts
  • Real Name:Garth Hjelte

Posted 13 May 2013 - 09:18 PM

My issue is this: I do a brisk business with my osC site. I use PayFlow Pro to do my secure orders and people buy my stuff and I ship it out. Great.

The problem is that sometimes I get a order returned to me by the post office, the address was wrong or the person didn't claim it, etc. All problems on the customers side. When I get these I contact the customer and ask "what's wrong?" They usually want me to re-ship, but the problem is that I don't want to pay the shipping cost again, I want them to pay for it again.

That's fine - but how can I automate that using OSC? I suppose I could make a custom SKU with the price they need to pay for the shipping cost (always different for everyone, usually), they would select it, checkout, and the secure payment would charge them.

But making a custom SKU is really hacky. I suppose I could ahve them call, but many people are non-US. And many don't like calling. I want to keep the order, I don't want to refund it (and lose money).

I also suppose I can use my Discount module to give them 100% credit on the order and then the shipping is just applied (again), but then that screws up some of the other custom things I have programmed, like it may send the person another unlock code for software, and in my accounting it would show they ordered the same things twice. Still hacky.

I wish there was a Order Module where you could have a SKU where the person could say what it was (or I can just call it "Shipping Charge") and they would type in the amount that would be charged.

Is there something like that, or can anyone share how they deal with this?

#2   DunWeb

DunWeb

    The Censored One

  • Members
  • 12,728 posts
  • Real Name:Chris
  • Gender:Male
  • Location:Ontario, Canada

Posted 13 May 2013 - 10:36 PM

@chickeneps

That would be a custom coding project, but it is intriguing and could be useful for many other things as well. :thumbsup:

Perhaps a modification to the Order Editor to 're-ship' the item might work.




Chris
:|: Was this post helpful ? Click the LIKE THIS button :|:

See my Profile (click here)

#3   geoffreywalton

geoffreywalton

    Contact me for Support

  • Community Sponsor
  • 8,036 posts
  • Real Name:Geoffrey Walton
  • Gender:Male
  • Location:Norfolk, UK (close to the centre of the universe)

Posted 14 May 2013 - 11:27 AM

You could set up a product called shipping for £0.01, then they place an order and if the shipping was £5.24 they order a qty of 524 and pay for it.

It will work and only one sku to create.

HTH

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

#4   chickeneps

chickeneps
  • Members
  • 22 posts
  • Real Name:Garth Hjelte

Posted 14 May 2013 - 08:08 PM

Geoffrey, that's a really hacky idea but it's really good. I like it - thanks!