Search found 17 matches

Page 1 of 1

Search found 17 matches

Re: OC 1.5.1 Option And Attribute Not Working

OK - more details. Found this bug in a couple areas of code, here is a solid fix: if (isset($this->request->post['filter_name'])) { $filter_name = $this->request->post['filter_name']; } elseif(isset($this->request->get['filter_name'])) { $filter_name = $this->request->get['filter_name']; } else { $f...

Jump to post
  • Wed Sep 21, 2011 1:43 am
  • Replies 45
  • Views 12188
Re: OC 1.5.1 Option And Attribute Not Working

This variable does fill though:

$this->request->post['filter_name']

So, if you go into

\admin\controller\catalog\attribute.php

And change:
$this->request->get['filter_name']
to
$this->request->post['filter_name']

both times in the autocomplete() function, it will work.

Jump to post
  • Wed Sep 21, 2011 1:08 am
  • Replies 45
  • Views 12188
Re: OC 1.5.1 Option And Attribute Not Working

Doing some debugging, I can tell for sure that filter_name is not being set before the autocomplete function is called. \admin\controller\catalog\attribute.php ~415 or so if (isset($this->request->get['filter_name'])) { That's an empty value... When I use Firebug Console to check what was posted... ...

Jump to post
  • Wed Sep 21, 2011 1:02 am
  • Replies 45
  • Views 12188
Re: OC 1.5.1 Option And Attribute Not Working

Sounds like the code requires sequential keys, or some other goofy thing like that. Any method for exporting wiping and reimporting to get keys sequential?

Jump to post
  • Wed Sep 21, 2011 12:00 am
  • Replies 45
  • Views 12188
Re: Minimum Order Unit

Solved it by using Attributes to count the shipping units.

Jump to post
  • Sat Sep 17, 2011 1:49 pm
  • Replies 1
  • Views 468
Re: GeoZones [for Dummies]

I turned status to 0 for countries. On the local zones (states) I want to leave them enabled because *billing* can be from some states that shipping cannot. I'm looking for a way to set up Shipping zone choices based on the zone_to_geo_code db instead of the getZonesByCountryId function. It seems th...

Jump to post
  • Sat Sep 17, 2011 1:48 pm
  • Replies 94
  • Views 388462
Re: AutoChoose Checkout for 1.4.6

How does this apply to the 1.5.x version? I'm looking for a way to auto-select for the "Estimate Shipping & Taxes" on the /cart page.

Jump to post
  • Sat Sep 17, 2011 1:23 pm
  • Replies 3
  • Views 638
Re: OC 1.5.1 Option And Attribute Not Working

A fresh install on my server work, however the code that I'm working in does not work. 1. MB String - installed, verified as it works with a fresh install. 2. Attributes - fresh install using default attributes, non-working uses my own attributes. Are there parameters for how the attributes must be ...

Jump to post
  • Fri Sep 16, 2011 2:01 pm
  • Replies 45
  • Views 12188
Re: GeoZones [for Dummies]

Correct, it doesn't allow checkout, but it sort of "leads them on" by allowing them to create addresses in any zone. What do you think?

Jump to post
  • Thu Sep 15, 2011 12:43 pm
  • Replies 94
  • Views 388462
Re: GeoZones [for Dummies]

Is there a way to not allow addresses outside of the established GeoZones? For example, if I simply only ship to those locations, only allow those zoned countries/locations to be added as shipping addresses? I'd want to allow any billing address though :)

Jump to post
  • Thu Sep 15, 2011 10:33 am
  • Replies 94
  • Views 388462
[SOLVED] Minimum Order Unit

Hello, I'd like to use the minimum order option but have it only allow orders by the minimum step. For example, if the step was 3, only allow orders of 3, 6, 9, etc. I don't want to make this a 3 pack product because shipping packaging will be calculated based on total number of actual physical unit...

Jump to post
  • Thu Sep 15, 2011 10:10 am
  • Replies 1
  • Views 468
Re: Order Totals - Handling Fee Question

*under* - of course, good information, not found by me in docs.

Jump to post
  • Mon Sep 12, 2011 2:26 pm
  • Replies 12
  • Views 3628
Re: [MOD] - Multi-Total Handling Fee (% or $)

What a nice mod! I was wondering if there is a quick way to make the fee be based upon quantity as opposed to cost? For example: 1 item in cart = $1.50 fee..2 items in cart = $2.00 fee... 3-4 items in cart = $2.50 fee..5-6 items in cart = $3.00 fee...7-12 items in cart = $5.00 fee. If not does anyo...

Jump to post
  • Mon Sep 12, 2011 6:43 am
  • Replies 38
  • Views 20676
Re: Order Totals - Handling Fee Question

Was this ever solved? I'm on 1.5.x and handling fee just isn't being applied.

Jump to post
  • Mon Sep 12, 2011 6:41 am
  • Replies 12
  • Views 3628
Re: [RELEASED] Export/Import module for Opencart 1.1.x

I'm trying to find how the spreadsheet needs to be layed out to import properly. I can't seem to find documentation on it. Any help?

I'm getting this error.
Uploaded file is not a valid spreadsheet file or its values are not in the expected formats!

Jump to post
  • Sat Aug 27, 2011 11:03 pm
  • Replies 89
  • Views 62631

Page 1 of 1

Search found 17 matches