Search found 95 matches

Search found 95 matches

Re: Add to cart and minimum order amount

Make your products a bundle that meets the minimum quantity. We sell dart sets; a set is three darts and that it what the price is set to. Someone could order one dart by calling us, but we don't offer it for sale online. That is not a minimum, but it sort of is.

Jump to post
  • Fri May 25, 2012 12:38 am
  • Replies 2
  • Views 411
Re: A new owner - just purchased an OpenCart website tonight

I don't want to be too critical, but the CSS does not represent a salable product. Divs given names like 'r', are difficult to parse and fix. Would have been nice if the insertions made to the code base had been via VQmod. Stated because I see errors which point to code base mods not available in th...

Jump to post
  • Wed May 23, 2012 1:11 pm
  • Replies 15
  • Views 2475
Re: Editing the Admin pages

P.S. I hope you at least get design credit somewhere on the site.

Jump to post
  • Sun May 20, 2012 2:17 am
  • Replies 5
  • Views 1148
Re: Editing the Admin pages

Make a backup of:/public_html/store/admin/language/english/common/footer.php and edit that file. If English is not your language, then the path will reflect your language instead of 'english'. What you edit in the file is: $_['text_footer'] = '<a href="http://www.opencart.com">OpenCart</a>...

Jump to post
  • Sun May 20, 2012 2:16 am
  • Replies 5
  • Views 1148
Re: Problem with new installation 1.5.2 (Images etc)

You have two folders that are non-standard, tagbort and flags. Do they have any function? The link you posted as a different URL. What is the address of your root site as known to DNS servers? I now think the issue is the network path. Is linux2 a subdomain of public_html, a different root altogethe...

Jump to post
  • Sat May 19, 2012 12:41 am
  • Replies 16
  • Views 3583
Re: 1.5.2 Clean Install, 1.5.1.3.1 Data Import

If you have space on your server, you can create a second database for the new Open Cart version, and install Open Cart 1.5.2.1 to a different directory. Then export your current database to somename.sql, then import the backup copy into the newly created database and see if it works. Let's say your...

Jump to post
  • Fri May 18, 2012 4:37 am
  • Replies 7
  • Views 2226
Re: Problem with new installation 1.5.2 (Images etc)

For certain, the permissions on /store/image needs to be 777, /store/image/cache needs to be 777, /store/image/data needs to be 777. The way the image system works, you upload to /image/data, and Open Cart will automatically create the images per your settings in the admin settings for your store. T...

Jump to post
  • Fri May 18, 2012 4:30 am
  • Replies 16
  • Views 3583
Re: 1.5.2 Clean Install, 1.5.1.3.1 Data Import

I apologize for over-complicating my response. The instructions for upgrading are in the file you will download for 1.5.2.1.

Jump to post
  • Thu May 17, 2012 7:57 pm
  • Replies 7
  • Views 2226
Re: How can I setup this (adding Shirt name and number)

I would have them add that information to the order note. That provides you with cover on mistakes. I can't tell you a way to do it, but I do suggest you don't take on the liability for mistakes as they will blame you for otherwise.

Jump to post
  • Thu May 17, 2012 7:26 am
  • Replies 3
  • Views 447
Re: Payments issue AIM authorize.net

I am doing a frustrating burn here... Apparently when you set up authorize.net to test, your account with authorize.net is not usable for test. You must request a test account from developer.authorize.net or something like that. Get test account, enter transaction and it works.

Jump to post
  • Thu May 17, 2012 6:28 am
  • Replies 27
  • Views 7846
Re: 1.5.2 Clean Install, 1.5.1.3.1 Data Import

A backup of MySQL through Phpmysql can be used to load the original data; however, to do more than a table/column to table/column restore, you will need to edit the backup.sql file. To do this you should be familiar with SQL, I would even say 'must' be familiar. My little disclaimer here is that I a...

Jump to post
  • Thu May 17, 2012 12:06 am
  • Replies 7
  • Views 2226
Re: Problem with new installation 1.5.2 (Images etc)

It sounds like a permissions issue on the new folders. Check that the folder permissions are equal site to site. If they are the same and don't work... Good luck.

Jump to post
  • Wed May 16, 2012 11:59 pm
  • Replies 16
  • Views 3583
Re: How can i change a link color,

Create a theme that duplicates header.tpl and add an if statement to pick out that category during the run through the category array that you will find starting on line 73.

foreach...
if...

Jump to post
  • Wed May 16, 2012 10:53 pm
  • Replies 1
  • Views 216
Re: Payments issue AIM authorize.net

So why the error 13 then? Authorize.net must return something to Open Cart to confirm the test transaction worked...

Jump to post
  • Wed May 16, 2012 10:34 pm
  • Replies 27
  • Views 7846
Re: Problem with new installation 1.5.2 (Images etc)

The installation process writes the correct config.php. You do not need to change it. Here is what your config.php should look like, both in the /bitik3 folder and the /bitik3/admin folder: <?php // HTTP define('HTTP_SERVER', 'http://www.butik3.com/store/'); define('HTTP_IMAGE', 'http://www.butik3.c...

Jump to post
  • Wed May 16, 2012 10:30 pm
  • Replies 16
  • Views 3583

Search found 95 matches