Search found 112 matches

Search found 112 matches

Re: accidently deleted the database HELP PLEASE!

Here's the two obvious ones... but the Admin panel is filled with things no one should ever be able to delete. Catalog > Categories DO NOT DO ANYTHING WITH >>>!!! DESIGN !!!<<< IT WILL SCRAP YOUR ENTIRE SHOP System > Design > Layout DO NOT DO ANYTHING WITH >>>!!! STORE OR ROUTE !!!<<< IT WILL SCRAP...

Jump to post
  • Sun Jan 04, 2015 9:02 pm
  • Replies 12
  • Views 3692
Re: accidently deleted the database HELP PLEASE!

SQL query: TRUNCATE TABLE `oc_address` ; MySQL said: Documentation #1146 - Table 'cl50-foruk.oc_address' doesn't exist The database backup in OC is written only to restore to the database it came from and does not populate an empty database. You could try importing the opencart.sql file that comes ...

Jump to post
  • Sun Jan 04, 2015 1:50 pm
  • Replies 12
  • Views 3692
Re: How to enable Downloads ?

It is for the main product and you don't have to have it in a download tab as you can edit the extension and place the code for the contents of the download tab anywhere you want on the products page. If you don't know how to do that I am sure the developer of the extension could guide you.

Jump to post
  • Fri Jan 02, 2015 8:39 am
  • Replies 3
  • Views 949
Re: Adding a new category, it wont show sub categories.

Just looked at the source code for the header menu on your site and that is not the default menu and you are using the super mega menu.
<nav id="supermenu" class="alt2 superbig">

Jump to post
  • Thu Jan 01, 2015 5:08 am
  • Replies 7
  • Views 1517
Re: How do I transfer existing OC files to local machine

Depends on what changes you do. If you don't change anything concerning the database and only do file changes then just upload the files. If you change anything concerning the database then yes you will need to import the changes made.

Jump to post
  • Wed Dec 31, 2014 5:20 am
  • Replies 7
  • Views 1879
Re: How do I transfer existing OC files to local machine

Don't know what to suggest as I have done many local installs from hosts and never once had a problem with any of them following my instructions. What version of OC and are both OC versions the exact same versions? Also what was the db import glitch? Importing a database into an empty one you should...

Jump to post
  • Tue Dec 30, 2014 10:43 pm
  • Replies 7
  • Views 1879
Re: Adding a new category, it wont show sub categories.

Default works fine so contact the developer of that super mega menu extension.

Jump to post
  • Mon Dec 29, 2014 4:15 am
  • Replies 7
  • Views 1517
Re: Change link color

Add this below to the bottom of your theme stylesheet.

.block .block-content li a:hover {
color: #ffffff !important;
}

Jump to post
  • Sun Dec 28, 2014 6:56 am
  • Replies 1
  • Views 452
Re: What Is This File And Do We Need It?

If someone was selling downloads, all someone would have to do to steal them all would be to type in /system/download in the address bar behind the shop domain, and then they could download everything for free, completely bypassing those fancy ID item security numbers. I don't see how that is possi...

Jump to post
  • Sun Dec 28, 2014 12:10 am
  • Replies 4
  • Views 1073
Re: How do I transfer existing OC files to local machine

The easiest way to upload files is by https://filezilla-project.org Obviously did not read what was asked. :choke: I have xampp and opencart installed and working. I have OC files with my store on them now at my service provider. How do I transfer existing OC files to local machine so I can work of...

Jump to post
  • Sat Dec 27, 2014 5:00 am
  • Replies 7
  • Views 1879
Re: getModule where is it in 2.0.1.1?

The getModule() function is in this file: admin/model/extension/module.php

Jump to post
  • Thu Dec 25, 2014 12:27 am
  • Replies 3
  • Views 1775
Re: show MXN currency in frontend but add USD prices on back

You can select any currency to be your default currency. You need to do what it says and clear your cache and reset your existing cookie to see the changes.

Jump to post
  • Thu Dec 25, 2014 12:05 am
  • Replies 5
  • Views 1506
Re: show MXN currency in frontend but add USD prices on back

In the admin Settings under the Local tab select your default currency under Currency there.

Jump to post
  • Wed Dec 24, 2014 11:29 pm
  • Replies 5
  • Views 1506
Re: Redirection in htaccess

Well you need to have the SEO URLs working in your site in order for the addition I showed you to work. If you like you can contact me at dabomb59404@gmx.com and give me an admin and FTP login to the site and I will see what I can do to get them working for you.

Jump to post
  • Wed Dec 24, 2014 2:44 am
  • Replies 21
  • Views 5523
Re: Redirection in htaccess

Yes use the one that comes with OC. Also do you have your site in the main web folder or do you have it in a named folder in the main web folder? It looks like you have it in a folder named bowrod and if that is the case then change this in the .htaccess file: RewriteBase / To this: RewriteBase /bow...

Jump to post
  • Wed Dec 24, 2014 1:47 am
  • Replies 21
  • Views 5523
Re: Redirection in htaccess

Is all the code in the .htaccess file on one line like you show there? It should look like this: # 1.To use URL Alias you need to be running apache with mod_rewrite enabled. # 2. In your opencart directory rename htaccess.txt to .htaccess. # For any support issues please visit: http://www.opencart.c...

Jump to post
  • Wed Dec 24, 2014 1:35 am
  • Replies 21
  • Views 5523
Re: Redirection in htaccess

What do you have for the base in it? You should have this:
RewriteBase /

Jump to post
  • Wed Dec 24, 2014 1:20 am
  • Replies 21
  • Views 5523

Search found 112 matches