Search found 42 matches

Search found 42 matches

Re: OpenCart v1.4.4

I'm seeing a lot of complaints about the releases here. On other open source projects, the development team generally does Release Candidate builds. That way there is a differentiation between the stable versions and the "please help us test this but you might not want to put it in your product...

Jump to post
  • Sat Mar 20, 2010 5:04 am
  • Replies 61
  • Views 34804
Re: Need help with errors using Guest Shipping & Billing 1.4.0

Sorry about the delayed reply folks. I've been working on other critical projects. I admit - the original module wasn't thoroughly tested. After releasing the code, we discovered that moving back and forth through Guest Checkout resulted in all sorts of weird errors to crop up at different times tha...

Jump to post
  • Wed Mar 10, 2010 8:53 am
  • Replies 8
  • Views 2293
Re: OpenCart 1.4.2

Looking over the changes between 1.4.0 and 1.4.2, I have one serious "What were you thinking" question to ask. Why did you change from (diff file): - $this->data['sort_name'] = $this->url->https('sale/customer&sort=name' . $url); To: + $this->data['sort_name'] = HTTPS_SERVER . 'index.p...

Jump to post
  • Wed Mar 10, 2010 7:54 am
  • Replies 73
  • Views 32058
Fixed shipping per product?

Is there a shipping module for handling fixed shipping on a per product basis? Each product could have a different shipping cost.

Also, preferable but optional, within each product, if more than one item is purchased, how can we specify reduced shipping cost per item on a tiered structure?

Jump to post
  • Thu Feb 04, 2010 2:38 am
  • Replies 2
  • Views 1029
[1.4.0] U.S. address format not supported

Right now, U.S. addresses appear as: Address_1 Address_2 City, Zone Zip Country When they should be: Address_1 Address_2 City, Zonecode Zip Country This is incorrect and there is no way to (currently) correctly use the Zone Code without displaying either an unappealing dropdown (change the full stat...

Jump to post
  • Thu Feb 04, 2010 1:59 am
  • Replies 11
  • Views 1962
Re: Shipping Labels?

Now I think I'm done with the mod. This mod is insane and, in addition to the Excel export for shipping labels, has significant improvements to the filtering of orders (i.e. find all orders with a specific product, no paginating results, etc.) AND I put the form from the "Edit" page on the...

Jump to post
  • Tue Feb 02, 2010 6:53 am
  • Replies 13
  • Views 6245
Re: Shipping Labels?

Well, I needed something like this for our store and actually have something working. I implemented it as a CSV export and it seems to work like a charm. When I click the link, the browser says it is Excel-friendly and opens up flawlessly in Excel 2007 when I click "Open." I'm not done wit...

Jump to post
  • Sat Jan 30, 2010 6:31 am
  • Replies 13
  • Views 6245
LOL - Invoices

So I was sitting here wrestling with the Sales -> Orders screen wondering why in the world I was getting a White Screen of Death (WSOD). After turning on all sorts of debugging options on the server config and disabling OpenCart's internal debugging features did I come to the possibility that I migh...

Jump to post
  • Sat Jan 30, 2010 1:28 am
  • Replies 2
  • Views 581
[Released] Restrict Categories by IP Address

Just released today: Restrict Categories by IP Address This allows categories to be restricted by IP address ranges. This is a pretty heavy modification. Be sure to backup all files prior to applying it and read all instructions carefully. I forgot to mention in the install instructions to run the f...

Jump to post
  • Fri Jan 29, 2010 8:08 am
  • Replies 0
  • Views 639
Re: PayFlow Pro - Payment Extension

PayFlow was originally a Verisign service. When PayPal bought Verisign in 2005, they inherited PayFlow. eBay, PayPal, and Verisign. Together. Somehow that makes me uncomfortable. At any rate... When PayFlow was strictly Verisign, it was a crappy service but used to be one of the only services for e-...

Jump to post
  • Fri Jan 29, 2010 1:16 am
  • Replies 13
  • Views 5474
Re: PayFlow Pro - Payment Extension

Thanks! Hopefully lots of people will benefit and get more followers of OpenCart as a result.

Jump to post
  • Thu Jan 28, 2010 7:42 am
  • Replies 13
  • Views 5474
Guest Checkout with separate Payment and Shipping fields

Just released today: Guest Checkout with separate Payment and Shipping fields Guest Checkout with separate Payment and Shipping fields plus Tax Zone patch This creates separate Payment and Shipping fields during Guest Checkout in OpenCart 1.4.0. Payment fields are hidden until the checkbox that says...

Jump to post
  • Thu Jan 28, 2010 7:18 am
  • Replies 1
  • Views 1281
Basket Button in Cart Module

Just released today: Basket Button in Cart Module

This mod adds a multilingual button to the Cart Module that takes you to the Basket page (I changed my cart to "View Cart" instead of "Basket").

Jump to post
  • Thu Jan 28, 2010 6:01 am
  • Replies 0
  • Views 622
PayFlow Pro - Payment Extension

Just released today: PayFlow Pro Payment Extension This adds PayPal PayFlow Pro support to OpenCart 1.4.0. This Payment Extension is only really useful if you have the PayPal PayFlow Pro service and want to use OpenCart. Now you can. Not a mod and (generally) fits with the main flow of how the devel...

Jump to post
  • Thu Jan 28, 2010 5:57 am
  • Replies 13
  • Views 5474
Re: Need somene to develop PayFlow Pro

PayFlow Pro Extension I put in a number of "advanced" options that I needed and spent some time making the setup have lots of hints (PayFlow isn't nearly as intuitive as other gateways I've used). Test transactions come through the system and show up with '[Test Transaction]' in the statu...

Jump to post
  • Thu Jan 28, 2010 1:12 am
  • Replies 15
  • Views 6179
Re: Need somene to develop PayFlow Pro

Alrighty. PayFlow Pro is working very nicely in test mode (PayFlow test server). I'm now figuring out the best way to extract everything and pack it up in a ZIP file. Only tested under OpenCart 1.4.0.

Jump to post
  • Thu Jan 28, 2010 12:34 am
  • Replies 15
  • Views 6179
Re: Handling (by GeoZone) supported?

I probably got the logic wrong. If BOTH addresses are not in AZ, then no tax. Otherwise, tax. I think this works better: if ($this->cart->hasShipping()) { if (($this->request->post['payment_country_id'] == $this->config->get('config_country_id') && $this->request->post['payment_zone_id'] == ...

Jump to post
  • Wed Jan 27, 2010 6:58 am
  • Replies 5
  • Views 1715
[1.4.0] getMethods() is not defined.

On guest checkout, the template guest_step_1.tpl has several attempted calls to a non-existent Javascript method called getMethods(); This results in a Javascript error when losing focus on "Post Code" and when switching values on "Country" and "Region / State". Found w...

Jump to post
  • Wed Jan 27, 2010 5:27 am
  • Replies 2
  • Views 765
Re: Handling (by GeoZone) supported?

Oh. Sorry. I put it in Support initially because I was hoping there was already a way to do what I want that was already built into the system and someone would point me in the right direction.

Jump to post
  • Wed Jan 27, 2010 5:18 am
  • Replies 5
  • Views 1715
[1.4.0] Wrap up common code in less error-prone functions.

In all the controller files I've opened up, I've seen code like this: if (isset($this->request->post['company'])) { $this->data['company'] = $this->request->post['company']; } elseif (isset($this->session->data['guest']['company'])) { $this->data['company'] = $this->session->data['guest']['company']...

Jump to post
  • Wed Jan 27, 2010 4:45 am
  • Replies 1
  • Views 683

Search found 42 matches