Search found 33 matches

Search found 33 matches

Re: Digital Downloads Being Charged Shipping...Sometimes

Thanks OpenCart Addons

Works perfectly. The only thing that's now wrong is the value on the estimate shipping popup. I need to find where that is and make the same change so it's calculating from $shipping_quantity

Jump to post
  • Fri Aug 17, 2012 10:44 pm
  • Replies 9
  • Views 760
Re: Where shall I put the Google Analytics's tracking code

Log into admin and go to system/settings and then to the server tab. It's at the bottom of the page. Paste your Google Analytics code there.

Jump to post
  • Fri Aug 17, 2012 6:36 pm
  • Replies 2
  • Views 476
Re: Digital Downloads Being Charged Shipping...Sometimes

Thanks for a such a detailed writeup! I'm going to put this in tonight. I'll let you know how it works out.

Jump to post
  • Fri Aug 17, 2012 6:07 am
  • Replies 9
  • Views 760
Re: Adding font to CKEditor

You might want to check out ckeditor's site. It has full docs and a forum just about the editor.

http://ckeditor.com/

Jump to post
  • Fri Aug 17, 2012 1:53 am
  • Replies 1
  • Views 572
Re: Digital Downloads Being Charged Shipping...Sometimes

I've done some searching and it appears the shipping total is calculated using the total product count times the per unit shipping amount. Can anyone comfirm that shipping is calculated from $this->cart->countProducts() If this is the case it means the core cart module is missing the method to count...

Jump to post
  • Fri Aug 17, 2012 12:45 am
  • Replies 9
  • Views 760
Re: Down/Upload MySQL Database

Check out Heidisql. It's free and works great for managing mysql databases. It gives you the capability of backing up entire databases or tables to file or you can backup to a local or remote backup database. Just make sure you do a full database backup to file before you start transferring files ba...

Jump to post
  • Thu Aug 16, 2012 11:45 pm
  • Replies 4
  • Views 1001
Re: Individual li class in top menu?

The div shouldn't break to the next line unless... you run out of room or you set the div to clear. PM me the code including a good chunk before and after the menu along with the css and i'll take a look.

Jump to post
  • Thu Aug 16, 2012 5:23 am
  • Replies 7
  • Views 1338
Re: Digital Downloads Being Charged Shipping...Sometimes

Hi Johnathan... It's the standard Per Item shipping module.

Jump to post
  • Wed Aug 15, 2012 9:26 pm
  • Replies 9
  • Views 760
Re: Individual li class in top menu?

Try this for the left part. You are missing a closing </ul> and have the div first on one and after the ul on the other. When these kinds of problems start happening you need to get back to basics. Make sure all tags that require them are closed and make sure they're in the correct order. If necessa...

Jump to post
  • Wed Aug 15, 2012 8:40 pm
  • Replies 7
  • Views 1338
Re: Individual li class in top menu?

Just add them to the bottom of your css file. It will work fine.

Jump to post
  • Wed Aug 15, 2012 6:30 pm
  • Replies 7
  • Views 1338
Re: Opencart Randomly remove items from my shopping cart

With shared hosting like Godaddy there are always going to be issues. If you're going to run commerce a vps is really the starting point. You can find workable solutions that start around $30 per month that can easily scale. 1 decent order a month pays for the hosting.

Jump to post
  • Wed Aug 15, 2012 6:11 am
  • Replies 4
  • Views 1041
Re: Individual li class in top menu?

In order to do this you need to wrap each "group" of links into their own divs. One for links you want to go on the left side and one for the links you want on the right side. eg. .left { float: left; } .right { float: right; } Then in your code.... <div class="left">All the left...

Jump to post
  • Wed Aug 15, 2012 6:04 am
  • Replies 7
  • Views 1338
Re: Change category url for google.

So you want to hide text on the page? Three ways I can think of to do this...all of which have problems. You can cloak, which if you don't do it perfectly Google will ban you, or you could put text on the page in the same colour as the background, which Google will catch and ban you or you could hid...

Jump to post
  • Wed Aug 15, 2012 5:55 am
  • Replies 2
  • Views 257
Digital Downloads Being Charged Shipping...Sometimes

I have both digital and shipped products on a recent opencart based site. Shipped products are correctly charging shipping. Digital download products, when they are the only thing in the cart, are correctly not charging shipping. When a cart has BOTH shipped products and digital downloads in the sam...

Jump to post
  • Wed Aug 15, 2012 5:18 am
  • Replies 9
  • Views 760
Re: Cant login to admin page or see my store online

Check to make sure your database is live. Mysql might have crashed.

Jump to post
  • Wed Aug 08, 2012 11:41 pm
  • Replies 5
  • Views 433
Re: Reset / restore product quantity (daily)

There's a couple of ways you could look at this... either write a php script running as a cron job that updates the db values per your criteria or do the same thing by scripting this inside of mysql's scheduler. Either one could work and no one has to touch it.

Jump to post
  • Tue Aug 07, 2012 11:24 am
  • Replies 1
  • Views 428
Re: Products on Home Page

Thanks Kym. I tried this earlier. It will pull the products ok but the formatting is completely different than the normal category displays. Plus it's missing the title, description, sorts etc. I've done some further digging and it is possible to create a new controller and template using the catego...

Jump to post
  • Tue Aug 07, 2012 2:21 am
  • Replies 2
  • Views 508
Re: sql help (joins i think)

Field lists need to be comma separated

eg... sku,name,..... no comma after the last one

Jump to post
  • Mon Aug 06, 2012 5:20 am
  • Replies 5
  • Views 791
Re: Page Load very Slow

10,000 products really isn't that many. I'm not sure what you're trying to achieve here but the query looks way too complicated. There are probably some parts of it that are extremely expensive in terms of hitting mysql. You need to dump this query into a query tool and run it ... find out how long ...

Jump to post
  • Mon Aug 06, 2012 3:49 am
  • Replies 43
  • Views 35410
Re: sql help (joins i think)

My first suggestion is for you to get your hands on a good mysql management tool where you can run queries like this. One I use every day, and it's free, is HeidiSql. It allows you(with the right permissions set on in your user table) to log in remotely from your pc and manage the db. You can also b...

Jump to post
  • Mon Aug 06, 2012 3:37 am
  • Replies 5
  • Views 791

Search found 33 matches