Search found 14 matches

by noticz
Fri May 30, 2014 10:06 pm
Forum: Alternatives Discussion
Topic: Finally giving up
Replies: 12
Views: 32926

Re: Finally giving up

Not sure if you have ever checked out themeforest.net, if not give it a look. They have some PS templates there: http://themeforest.net/category/ecommerce/prestashop Looks like some people also have shopping cart woes. I am in the same boat...Don't know what to do, I have fixed so many bugs, made so...
by noticz
Fri Aug 30, 2013 4:47 pm
Forum: Shopping Cart 5.x
Topic: Search for Products Ordered
Replies: 4
Views: 18650

Re: Search for Products Ordered

I know this is an old post, just added this to ISC so figured I would share. in: admin/includes/classes/class.orders.php find (around line 1100 or so): $countQuery .= " LEFT JOIN [|PREFIX|]customers c ON (o.ordcustid=c.customerid)"; And add this under the line: // mod - for searching insid...
by noticz
Tue Aug 27, 2013 7:37 pm
Forum: [SC] Custom Code
Topic: Pulling the plug [SnailSolutions]
Replies: 4
Views: 19487

Re: Pulling the plug [SnailSolutions]

I'm still around as well, let me know before you do pull down the site. I might be willing to take over or at least host it....Tiny price to pay to at least keep all the information up.
by noticz
Sun Mar 04, 2012 3:19 am
Forum: Shopping Cart (ALL)
Topic: [HACK] Listing products on invoices by SKU
Replies: 4
Views: 18813

Re: [HACK] Listing products on invoices by SKU

Actually what I mentioned above was pretty simple to figure out. Instead of having the invoices sorted I just created another db query then changed up the order before it displays the invoice template for each. If anyone is interested I can post it however I am on 5.0.2
by noticz
Thu Mar 01, 2012 5:20 am
Forum: Shopping Cart (ALL)
Topic: [HACK] Listing products on invoices by SKU
Replies: 4
Views: 18813

Re: [HACK] Listing products on invoices by SKU

OK I got one for you, how about printing multiple invoices IN ORDER by product name or sku?

Hell if you are going to do the individual invoice items by SKU might as well do all them and have them ordered in a row so your guys and pull them and save more time there.
by noticz
Sat Nov 12, 2011 9:54 pm
Forum: [SC] Custom Code
Topic: [MOD] Duplicate inventory depletion
Replies: 2
Views: 7230

Re: [MOD] Duplicate inventory depletion

Simple and easy fix, good job! Another fix would be to just change inventory to update when it is shipped. Since you figured out the fix I might end up switching this to your code since it is kind of a pain. If we have orders waiting to ship on the table and go to update the inventory with one of th...
by noticz
Fri Sep 23, 2011 8:49 pm
Forum: [SC] Custom Code
Topic: [DEV] Inventory Integration eBay/Amazon [2-way]
Replies: 11
Views: 26628

Re: [DEV] Inventory Integration eBay/Amazon [2-way]

Hey no problem...Only issue that I can see is me not being on the current up to date version of Interspire.
by noticz
Mon Sep 12, 2011 3:22 am
Forum: [SC] Custom Code
Topic: [DEV] Inventory Integration eBay/Amazon [2-way]
Replies: 11
Views: 26628

Re: [DEV] Inventory Integration eBay/Amazon [2-way]

Well the inventory mod was pretty easy actually. I just had to edit the remote.php and lib/orders.php and add a couple lines of code to check if there are any products with the same sku and then update them as well.
by noticz
Sun Sep 11, 2011 7:30 pm
Forum: [SC] Custom Code
Topic: [DEV] Inventory Integration eBay/Amazon [2-way]
Replies: 11
Views: 26628

Re: [DEV] Inventory Integration eBay/Amazon [2-way]

I would be willing to share/trade, we are trying to implement inventory tracking in our store. Has anyone made anything that helps out track inventory? I read some posts about Interspire not grouping products with the same SKU number and sounds time consuming to jump in. Grouping is something I've ...
by noticz
Wed Aug 17, 2011 3:03 am
Forum: [SC] Custom Code
Topic: Admin...Goto last visited page before logging in?
Replies: 2
Views: 6304

Re: Admin...Goto last visited page before logging in?

Well even if we have a bookmark we need to click on it, login and then click the bookmark again.

If I can save 20 seconds a day doing this mod in one year it will have saved me 121.66 minutes (2.02 hours)