Search found 214 matches

Search found 214 matches

Re: Multi-Store Setup?

Does version 1.5.x now allow us to have a different shipping calc for each store?

Jump to post
  • Tue Oct 18, 2011 5:59 am
  • Replies 40
  • Views 21385
Re: Credit card declines trans., order still goes through OC

But the transaction went thru OpenCart just fine and gave me a receipt as if his CC was accepted. We haven't switched over to OC from our present cart yet so I can't speak to any problem with OC, but we've set up our AuthNet account to email us "receipts" for every order that is accepted....

Jump to post
  • Wed May 25, 2011 6:32 am
  • Replies 6
  • Views 1806
Re: Coding Standards Improvement Proposal

Well Daniel has officially rejected my original post for items 2 and 3 but has OK'd item 1 ::) That's unfortunate. You made a good case for your proposals and they made sense to me; fewer lines of code with the same functionality — what could be better than that? What was his reasoning for not want...

Jump to post
  • Tue May 10, 2011 10:39 pm
  • Replies 74
  • Views 20559
Re: SMARTY TEMPLATE. I'm coding Controller that support Smar

The best template language I've used is Django's. I've never used smarty specifically. Just saying the idea of a (non-PHP) templating language is not a bad one, in my experience. Unfortunately, you don't say why. From what I've read so far, I seriously hope we don't adopt Smarty. I'm already learni...

Jump to post
  • Thu Apr 14, 2011 1:19 am
  • Replies 50
  • Views 14796
Re: Refund via Authorize.net

I agree. This would be a nice feature to have.

Jump to post
  • Thu Apr 07, 2011 4:25 am
  • Replies 2
  • Views 776
Re: Category with only one product

Qphoria wrote:We will try to add this in future versions.l
+1

Jump to post
  • Tue Apr 05, 2011 8:31 am
  • Replies 23
  • Views 11693
Re: Make product options required opencart 1.4.9.3

if people are too stupid to open their eyes and choose the options then too bad for them :) Well put! ;) Seriously, though, it's for this very reason that I asked for a solution to this situation . If we can make our stores idiot proof, we can come out looking better than the competition, and by as...

Jump to post
  • Sat Apr 02, 2011 2:36 am
  • Replies 10
  • Views 5227
Re: Forum Problem

Qphoria wrote:Start voting for MyBB
If it allows us to view topics only in are own language, it's got my vote.

Jump to post
  • Wed Mar 30, 2011 7:13 am
  • Replies 38
  • Views 7210
Re: OFFICIAL v1.4.9.4 BUG THREAD. POST ALL BUGS HERE

On line 25 of upgrade.php, $errors[] = 'The database could selected, check you have permissions, and check it exists on the server.'; Unless I'm mistaken, I believe the first part of that error message should actually read: The database could NOT BE selected... Plus, if we really want to nit-pik ;) ...

Jump to post
  • Mon Mar 28, 2011 12:57 am
  • Replies 124
  • Views 51870
Re: Sneak Peek: OpenCart 1.5.0 *ALPHA*

Qphoria wrote:We should really stop posting.. )
I thought the feature list was frozen for 1.5.0? If not, maybe you're right — we could start a 1.5.1 thread, instead.

Jump to post
  • Sun Mar 06, 2011 11:08 am
  • Replies 647
  • Views 187702
Re: Sneak Peek: OpenCart 1.5.0 *ALPHA*

Daniel wrote:maybe i change it.
+1

Jump to post
  • Sat Mar 05, 2011 11:14 pm
  • Replies 647
  • Views 187702
Re: Preventing UPS Next Day Air Shipping To Same State

So what did I do — stump the experts with this one? ;)

EDIT: Just in case it came across that way, I wasn't trying to be sarcastic.

Jump to post
  • Sat Mar 05, 2011 4:51 am
  • Replies 18
  • Views 5546
Re: Preventing UPS Next Day Air Shipping To Same State

Does anyone know how to retrieve more than the 'Bare Bones Rate Request' from UPS?

Jump to post
  • Fri Mar 04, 2011 2:20 am
  • Replies 18
  • Views 5546
Re: Preventing UPS Next Day Air Shipping To Same State

You can create your own calcs on-the-fly, so I just used the downloadable zone chart from UPS and made the lookup tables from that.

Jump to post
  • Wed Mar 02, 2011 12:26 pm
  • Replies 18
  • Views 5546
Re: Preventing UPS Next Day Air Shipping To Same State

Better idea would be my idea :) compare the first 3 and if they match, only show local. If only it was that simple! Zones that would be 2 days by Ground should have the option of Next Day Air, but not 2nd Day Air. Zones that are 3 days by Ground should be able to choose Ground, Next Day Air, and 2n...

Jump to post
  • Wed Mar 02, 2011 7:36 am
  • Replies 18
  • Views 5546
Re: Preventing UPS Next Day Air Shipping To Same State

Just seems like a huge pain. Agreed. Is there a way to have UPS return the zone of the Ship To address? I echoed out the result of curl_exec($ch) and got this: Bare Bones Rate Request1.00011Success03Your invoice may vary from the displayed reference ratesLBS30.0USD18.50USD0.00USD18.50USD18.50USD0.0...

Jump to post
  • Wed Mar 02, 2011 7:23 am
  • Replies 18
  • Views 5546
Re: Preventing UPS Next Day Air Shipping To Same State

so you would have that complete table for every possible shipping option? Every option that we use, yes. that seems kind of crazy. Hey, it works — but if you have a better idea, I'm all ears. The next issue you'll run into is that opencart doesn't have any idea of zones per shipping option only per...

Jump to post
  • Wed Mar 02, 2011 6:35 am
  • Replies 18
  • Views 5546
Re: Preventing UPS Next Day Air Shipping To Same State

There would need to be some sort of definition of what is considered to be a "local" shipping. I guess it depends on how you go about it. The lookup tables we use now look like this: 003,-- 004,2 005,2 006,45 007,45 008,-- 009,45 ... 505,6 506,5 507,5 508,6 ... where the numbers on the le...

Jump to post
  • Wed Mar 02, 2011 5:10 am
  • Replies 18
  • Views 5546
Re: Preventing UPS Next Day Air Shipping To Same State

Thanks for responding. I have a feeling it's going to be rather difficult to implement, because the other options are viable options. ... All opencart can do is send the delivery address and shipping address information to the ups api and display what it gets back. I suppose if you took the time to ...

Jump to post
  • Wed Mar 02, 2011 3:23 am
  • Replies 18
  • Views 5546

Search found 214 matches