Search found 303 matches

Search found 303 matches

Re: Only receiving text emails instead of HTML emails

Are you sure it worked as HTML before?? If it did, than it's a server setting that doesn't allow HTML emails to be sent. Talk to the hosting or use a test script to see if HTML emails can be sent from your hosting. I don't think it's an Open Cart problem, as long as it did work and you didn't change...

Jump to post
  • Wed May 14, 2014 8:33 pm
  • Replies 3
  • Views 467
Re: Language error

I believe the language is not properly setup. Please check the settings in System > Localization > Languages. Make sure the folder names are setup right. If you are not sure, search online for steps.

Jump to post
  • Wed May 14, 2014 8:24 pm
  • Replies 1
  • Views 282
Re: Email subject says "Admin New Order" how can i remove th

You can try opening the file located at

Code: Select all

/catalog/language/english/mail/order.php
And check if on line 3 appears like this:

Code: Select all

$_['text_new_subject']          = '%s - Order %s';
If you have the string 'Admin New Order' then you should remove it from there.

Jump to post
  • Wed May 14, 2014 8:23 pm
  • Replies 1
  • Views 317
Re: Import Bulk Upload

Hi,
I am not sure what is going on there, but maybe you should review the INSERT function. From my previous experience, the INSERT should be used like this:

Code: Select all

INSERT (..)..(...) ON DUPLICATE KEY UPDATE `store_id` = VALUES(`store_id`);

Jump to post
  • Wed May 14, 2014 8:20 pm
  • Replies 2
  • Views 504
Re: paypal issue

So no order confirmation emails either? Did you ask one of the clients if they received the order confirmation email? There might be a bug in the PayPal callback function so the response doesn't get back to your store, to confirm the payment and the order.

Jump to post
  • Wed May 14, 2014 8:13 pm
  • Replies 3
  • Views 321
Re: Display A Category Onto The Homepage

You can create a custom function that queries the products from the category All products and display the results on the homepage. A lot of custom work is involved, are you a programmer? What kind of help do you need?

Jump to post
  • Wed May 14, 2014 8:09 pm
  • Replies 1
  • Views 369
Re: Schimbare Linkuri in Footer

salut, ai nevoie de un modul de SEO pentru asta si de cateva modificari in .htaccess
mai multe aici: http://www.opencart.com/index.php?route ... on_id=7540

Jump to post
  • Tue May 13, 2014 9:30 pm
  • Replies 5
  • Views 793
Re: Product Image Gallery

Hi, You need to modify the controller located at catalog/controller/product/product.php and add a new line, after line 309: 'full' => $this->model_tool_image->resize($result['image'], 1024, 800), You can change the values 1024 and 800 with the values that you want, this is how big your image will be...

Jump to post
  • Tue May 13, 2014 9:29 pm
  • Replies 1
  • Views 319
Re: Help with SQL Syntax Error

He is using a prefix, it is right there, the DB_PREFIX constant. If he didn't set that up on installation, then yes, he might not be using the prefix and that's why it raises the error.

Andrew.

Jump to post
  • Mon May 12, 2014 10:51 pm
  • Replies 9
  • Views 1059
Re: Register button not working on checkout page

Did you turn error display on? There might be a problem with the template files, wrong variables get sent and raise an AJAX error. Please post URL or other store details so we can inspect with Firebug.

Andrew.

Jump to post
  • Mon May 12, 2014 10:44 pm
  • Replies 4
  • Views 1138
Re: Checkout/success does not update

Which template did you alter? That area above is not included in the success.tpl file but in the header or other common template, depending on the way your theme was altered.

Jump to post
  • Mon May 12, 2014 10:43 pm
  • Replies 2
  • Views 394
Re: add wording + link above banner images

It depends on how the theme is made, if the categories are hard coded or there is a module for this. FTP login would help to review this.

PM for details.

Andrew,

Jump to post
  • Mon May 12, 2014 10:37 pm
  • Replies 2
  • Views 449
Re: Need to hire Open Cart Expert

I am not from the US, but I can help you with Open Cart bugs/errors.

PM if interested.

Andrew

Jump to post
  • Fri May 09, 2014 7:50 pm
  • Replies 1
  • Views 225
Re: Custom Module Header Text Isn't Following CSS

Please send more details, like store URL so we can inspect with Firebug.

Jump to post
  • Fri May 09, 2014 7:49 pm
  • Replies 2
  • Views 523
Re: question about opencart functionality

Hi,

Not everything is supported by default, but I am sure you can find modules in the Extensions directory for basically any extra feature that you may want.

Jump to post
  • Fri May 09, 2014 7:42 pm
  • Replies 4
  • Views 399
Re: 4 errors with Notice: Undefined variable please help.

A notice is not an error. You should disable those in admin or in php.ini file in store's root. If you don't get errors or experience data loss, that you can ignore those.

Jump to post
  • Fri May 09, 2014 7:40 pm
  • Replies 2
  • Views 903
Re: Website Problem - Double charging customers

The Confirm button should be set to disabled once it is clicked, maybe with JavaScript, based on the current session.
Please PM for details.

Jump to post
  • Fri May 09, 2014 7:38 pm
  • Replies 7
  • Views 1775
Re: Checkout Page Toggle Not Working

Information is not enough, it could be anything. Please send screenshots or maybe store URL to test with Firebug. Most likely a variable doesn't get sent properly with AJAX.

Andrew.

Jump to post
  • Fri May 09, 2014 7:33 pm
  • Replies 3
  • Views 1229

Search found 303 matches