Community Forums

[Released][Commercial] Vehicle Year/Make/Model Filter mod

IMPROVE VISIBILITY! LIST YOUR COMMERCIAL MOD IN THE
OPENCART EXTENSION STORE!

Re: [Released][Commercial] Vehicle Year/Make/Model Filter mo

Postby alex1 » Fri Nov 18, 2011 3:39 am

just ordered, thanks.

I just noticed the vqmod file... does this require vqmod?

thanks
alex1
 
Posts: 310
Joined: Sat Oct 16, 2010 1:49 am

Re: [Released][Commercial] Vehicle Year/Make/Model Filter mo

Postby Degsey » Fri Nov 18, 2011 3:49 am

I have just purchased this excellent mod for a new ink cartridge website.

In its original form I can not use it as it requires a year, from too, I just need a printer model name in one box, can you help me alter this in admin/product?
Live Long and Prosper!

Degsey :-]

Visit us at :

http://www.Supreme-Ink.com
User avatar
Degsey
 
Posts: 91
Joined: Sat Jun 11, 2011 6:29 pm
Location: North Carolina

Re: [Released][Commercial] Vehicle Year/Make/Model Filter mo

Postby Xsecrets » Fri Nov 18, 2011 4:02 am

well honestly the admin portion would be the easiest part to mod. The hard part is that it mods every query in the store, and those would all have to be changed. if you are just wanting to use a single year for each one just put the same year in both fields. If you use the import you can just do one then copy the whole row over.

@alex1 yes it requires vqmod. If you don't want to use vqmod you'll have to use the vqmod file as a guide for what to change.
Xsecrets
 
Posts: 5042
Joined: Sat Oct 24, 2009 7:51 pm
Location: FL US

Re: [Released][Commercial] Vehicle Year/Make/Model Filter mo

Postby Degsey » Fri Nov 18, 2011 5:16 am

My problem is that I want to put a printer number in that box, say R300 or BC10 and it it will not do that, what do I need to change to facilitate that.

Your help would be greatly appreciated in doing this.
Live Long and Prosper!

Degsey :-]

Visit us at :

http://www.Supreme-Ink.com
User avatar
Degsey
 
Posts: 91
Joined: Sat Jun 11, 2011 6:29 pm
Location: North Carolina

Re: [Released][Commercial] Vehicle Year/Make/Model Filter mo

Postby Xsecrets » Fri Nov 18, 2011 5:54 am

hmmm well that's not going to be all that easy. in the admin it's escaped as an int, and the database field is an int, so those would have to be changed. Even more problematic is that all the queries are set to do greater than and less than for the years.
Xsecrets
 
Posts: 5042
Joined: Sat Oct 24, 2009 7:51 pm
Location: FL US

Re: [Released][Commercial] Vehicle Year/Make/Model Filter mo

Postby Degsey » Sat Nov 19, 2011 12:47 am

Xsecrets do you think that you will be able to do the alteration?

As I PM'd you I will pay to have it altered as its outside the mod designed function, its just frustrating that a great product like opencart does not have the type of filter that I require for selling ink cartridges and yours is so close, you could market it as Manufacturer/Brand/Model.

Anyway let me know if you can help.
Live Long and Prosper!

Degsey :-]

Visit us at :

http://www.Supreme-Ink.com
User avatar
Degsey
 
Posts: 91
Joined: Sat Jun 11, 2011 6:29 pm
Location: North Carolina

Re: [Released][Commercial] Vehicle Year/Make/Model Filter mo

Postby Xsecrets » Sat Nov 19, 2011 1:10 am

Degsey wrote:Xsecrets do you think that you will be able to do the alteration?

As I PM'd you I will pay to have it altered as its outside the mod designed function, its just frustrating that a great product like opencart does not have the type of filter that I require for selling ink cartridges and yours is so close, you could market it as Manufacturer/Brand/Model.

Anyway let me know if you can help.


Yeah I'll get back with you. I'm doing alot of work on it this weekend that might help facilitate what you want. I'm making it so that you can apply the filter without having to select all three options because I've had several requests for that, and I'm going to add the engine because I've had several requests for that. Once that's done I think it would be fairly simply to have you use the make/model/engine and just skip the year. The queries will work themselves out fine once I'm done, and after that is should be a pretty simple template change to remove the year dropdown.
Xsecrets
 
Posts: 5042
Joined: Sat Oct 24, 2009 7:51 pm
Location: FL US

Re: [Released][Commercial] Vehicle Year/Make/Model Filter mo

Postby Degsey » Sat Nov 19, 2011 1:47 am

Fantastic! I look forward to the next generation of the mod.
Live Long and Prosper!

Degsey :-]

Visit us at :

http://www.Supreme-Ink.com
User avatar
Degsey
 
Posts: 91
Joined: Sat Jun 11, 2011 6:29 pm
Location: North Carolina

Re: [Released][Commercial] Vehicle Year/Make/Model Filter mo

Postby MrSalvage » Sat Nov 26, 2011 3:31 pm

Hello, after what seemed like a lot of searching for a YMM solution. I like yours the best across a lot of different shopping carts. So I did the paypal thing and installed it this morning via wamp aka localhost. Nice!

I want to ask a question...

Does it require a lot more code to pull off YMM as opposed MMY? When I envisioned my site I had always thought the drop downs would be like the big boys. aka...
Year
Make
Model

I knew I was buying MMY from you so that's not an issue at all. I just want to understand from a dev's point of view why all the different open source systems only have MMY.
MrSalvage
 
Posts: 3
Joined: Sat Nov 26, 2011 2:45 pm
Location: Maryland

Re: [Released][Commercial] Vehicle Year/Make/Model Filter mo

Postby Xsecrets » Sat Nov 26, 2011 3:44 pm

well the way I wrote it everything flows from make. once you choose make then it pulls up models that are in that make. once you choose model it pulls up a year range that matches the make/model It doesn't pull only years that match it just goes from the first year match to the end, so it's not perfect, but not terribly likely to have no matches. And in the new version that I just uploaded the engine works the same way it pulls engines that belong to that make/model combo. The problem with doing the year first is that then you would have to define your begin and end range somewhere, and it would likely contain many years that are not going to be covered by the make/model that you will eventually choose, so you would be more likely to filter and have nothing left to show.

So after that long winded explanation yes it would be a bit difficult to change, and in my opinion hurt the customer experience.
Xsecrets
 
Posts: 5042
Joined: Sat Oct 24, 2009 7:51 pm
Location: FL US

Re: [Released][Commercial] Vehicle Year/Make/Model Filter mo

Postby MrSalvage » Sat Nov 26, 2011 6:11 pm

Thank you for the insight on your module. Your post certainly helped me understand your perspective. I didn't want to change your module I knew going in the way you built it. I was just trying to understand the why, which is the customer experience. I am all for getting them to the correct part then the check out. Very cool man...

Would I be able to get a copy of your new release?
MrSalvage
 
Posts: 3
Joined: Sat Nov 26, 2011 2:45 pm
Location: Maryland

Re: [Released][Commercial] Vehicle Year/Make/Model Filter mo

Postby Xsecrets » Sat Nov 26, 2011 6:21 pm

where did you purchase the module? from the extension store or my site? If you purchased it from the extension store it should be available to download, if you got it from my site the new file did not get pushed to old orders, so until it's fully tested and replaces the old release just reply to your order email asking for the new version and I will mail it to you.
Xsecrets
 
Posts: 5042
Joined: Sat Oct 24, 2009 7:51 pm
Location: FL US

Re: [Released][Commercial] Vehicle Year/Make/Model Filter mo

Postby MrSalvage » Sat Nov 26, 2011 6:31 pm

Your site is on the front page of google for year make model. So that's where I spent my dough. An email has been sent.
MrSalvage
 
Posts: 3
Joined: Sat Nov 26, 2011 2:45 pm
Location: Maryland

Re: [Released][Commercial] Vehicle Year/Make/Model Filter mo

Postby Xsecrets » Sat Nov 26, 2011 7:22 pm

MrSalvage wrote:Your site is on the front page of google for year make model. So that's where I spent my dough. An email has been sent.

that's pretty amazing. I had no idea. I can't believe it's number 3 even before the magento mod. I just added that mod a couple of weeks ago.
Xsecrets
 
Posts: 5042
Joined: Sat Oct 24, 2009 7:51 pm
Location: FL US

Re: [Released][Commercial] Vehicle Year/Make/Model Filter mo

Postby alex1 » Tue Nov 29, 2011 4:47 am

I downloaded the lastest file this morning, vehicle-ymm-7, and it didn't have the engine options available. Did I miss it?

thanks
alex1
 
Posts: 310
Joined: Sat Oct 16, 2010 1:49 am

Re: [Released][Commercial] Vehicle Year/Make/Model Filter mo

Postby Xsecrets » Tue Nov 29, 2011 4:54 am

if you purchased from my site you will have to email me requesting the new version till it is fully tested and replaces the old version, as I have no way to push it out to old orders. If you purchased from the extension store you should see the v2-beta.
Xsecrets
 
Posts: 5042
Joined: Sat Oct 24, 2009 7:51 pm
Location: FL US

Re: [Released][Commercial] Vehicle Year/Make/Model Filter mo

Postby alex1 » Tue Nov 29, 2011 2:16 pm

oh ok... yeah, I purchased it from your site. the site im working on is going to launch in a week, do you think it will be out of beta by then?

thanks
alex1
 
Posts: 310
Joined: Sat Oct 16, 2010 1:49 am

Re: [Released][Commercial] Vehicle Year/Make/Model Filter mo

Postby Xsecrets » Tue Nov 29, 2011 4:14 pm

well it should work in it's current state. I have a few people using it now, and not too many issues. I fixed a couple of bugs this morning, and I have one more thing that I need to do tonight, but it's not a show stopper.
Xsecrets
 
Posts: 5042
Joined: Sat Oct 24, 2009 7:51 pm
Location: FL US

Re: [Released][Commercial] Vehicle Year/Make/Model Filter mo

Postby alex1 » Wed Nov 30, 2011 3:58 am

Xsecrets wrote:well it should work in it's current state. I have a few people using it now, and not too many issues. I fixed a couple of bugs this morning, and I have one more thing that I need to do tonight, but it's not a show stopper.


Thanks... let me know when the last bug is fixed, and I'll email you.
alex1
 
Posts: 310
Joined: Sat Oct 16, 2010 1:49 am

Re: [Released][Commercial] Vehicle Year/Make/Model Filter mo

Postby Xsecrets » Wed Nov 30, 2011 6:03 am

alex1 wrote:
Xsecrets wrote:well it should work in it's current state. I have a few people using it now, and not too many issues. I fixed a couple of bugs this morning, and I have one more thing that I need to do tonight, but it's not a show stopper.


Thanks... let me know when the last bug is fixed, and I'll email you.

Well It wasn't really a bug, so much as one portion that had not been updated to work with some of the new features, but it's been updated and uploaded now. Currently There are no known issues with the new beta version.
Xsecrets
 
Posts: 5042
Joined: Sat Oct 24, 2009 7:51 pm
Location: FL US

PreviousNext

Return to Commercial Contributions

Who is online

Users browsing this forum: No registered users and 15 guests

Hosted by Arvixe Web Hosting