Search found 43 matches

Search found 43 matches

Re: Bug with New Account Alert Mail

I am on OC 1.5.1.3 and having a similar issue. 1. The user gets an email confirming their account creation, but the email does not provide any account information (Account Login Details:). 2. I (the admin) get two emails. First one, is the exact email the user gets. Second one, is the same email as ...

Jump to post
  • Fri Mar 08, 2013 9:40 am
  • Replies 7
  • Views 1786
Re: htaccess: Add a Trailing Slash at the End of URLs

Has anyone figured out how to successfully add a trailing slash to the end of all SEOed pages (including product pages)? If so can you share the vqmod or code?

Jump to post
  • Sun Feb 24, 2013 5:56 pm
  • Replies 23
  • Views 10565
Re: Show Weight UNIT

Cool, I been looking for this. Will this work for 1.5.1.3? Anyone try?

Jump to post
  • Thu Feb 21, 2013 4:08 pm
  • Replies 30
  • Views 12118
Re: Problem with customer login

I was able to solve this. Here is what I did to find the issue: 1. Changed back to default theme (I was using a custom theme). Tried logging in as a returning customer and it worked. So this confirmed it was an issue with my theme. 2. To troubleshoot the theme, I first changed the name of mytheme/te...

Jump to post
  • Wed Jan 30, 2013 5:31 am
  • Replies 9
  • Views 5022
Re: Problem with customer login

Hi, I am also having the same issue - running 1.5.1.3 with - vQMOD - PayPal Advanced - SSL certificate installed/enabled If a customer tries to login during the Step 1. checkout (I am a returning customer...), it looks like the page tries to go to Step 2, but then simply refreshes and goes back to S...

Jump to post
  • Tue Jan 29, 2013 4:27 pm
  • Replies 9
  • Views 5022
Re: Title Tag for Bestseller and Latest Products

Hope this will help others out. Here is the solution I came up with (if someone can optimize the code, it would be appreciated). Edit your header.tpl file: <title><?php if ($description) { echo $description; } elseif ($title) { echo $title; } elseif ($_SERVER['REQUEST_URI']=="/bestsellers/"...

Jump to post
  • Sun Jan 27, 2013 5:08 am
  • Replies 2
  • Views 584
Re: Title Tag for Bestseller and Latest Products

Anyone ever able to do this for their Bestseller or Latest Products pages?

Jump to post
  • Thu Jan 17, 2013 4:34 pm
  • Replies 2
  • Views 584
Title Tag for Bestseller and Latest Products

Hi, I am running 1.5.1.3 and I notice when I go to "Bestseller" or "Latest Products", the <title> tag is blank. One way I thought of fixing this was to modify my header.tpl and have some if statement to check if the URL/page is equal to "Bestseller" or "Latest Prod...

Jump to post
  • Sat Dec 15, 2012 8:50 am
  • Replies 2
  • Views 584
Exclude or Hide Category from Sidebar

Is there a way to exclude a category or categories from being listed on the category sidebar? I am running 1.5.1.3 - I would like to do it via the template (category.tpl) file if possible. It looks possible, but my PHP skills are very limited.

Jump to post
  • Sun Dec 09, 2012 8:48 am
  • Replies 2
  • Views 715
Re: Exclude Certain Categories From Sidebar Version 1.5.3.1

Hi Rupak,

I tried the code, but it just spits out an error: Undefined variable: category in ... line 31,

where line 31 is:

Code: Select all

if (!in_array($category['category_id'], $excludecategory)) {

Jump to post
  • Sat Dec 08, 2012 11:51 am
  • Replies 9
  • Views 1794
Re: Add Checkout link to Product page

edit: catalog/language/yourlanguage/product/product.php add a new define $_['button_checkout'] = 'Checkout'; Hi Simon, Thanks for the code to do this - I was looking for something exactly like this. Did you mean catalog/language/english/english.php for the $_['button_checkout'] = 'Checkout'; that i...

Jump to post
  • Fri Dec 09, 2011 5:08 pm
  • Replies 10
  • Views 5506
Re: Manufacturer Summary Page

Anyone have input? Only way I can think of is to create an information page and manually add each manufacturer... not ideal.

BTW - Using OC 1.4.9.6

Jump to post
  • Sat Aug 06, 2011 6:39 am
  • Replies 3
  • Views 809
Re: Moving 1.4.9.4 DB to 1.4.9.6

For some reason, I can't login as admin... it wont accept my password... I setup the new OC install on a new domain and in a new folder. Any reason why this would happen? I had to drop the tables in the new OC install (1.4.9.6) and then imported the old database (1.4.9.4) using phpMyAdmin. I did run...

Jump to post
  • Fri Aug 05, 2011 1:33 pm
  • Replies 4
  • Views 821
Moving 1.4.9.4 DB to 1.4.9.6

Hi All,

I have a new install of OC 1.4.9.6 on a different domain. I wish to move the database (OC 1.4.9.4) on another domain to the new domain (OC 1.4.9.6). Will the database restore migrate options I have?

Jump to post
  • Fri Aug 05, 2011 7:28 am
  • Replies 4
  • Views 821
Re: Frontpage/Product Display Customization

To further clarify, I am basically trying to figure out how to do a custom query in Opencart. All the data is in the database, so I should be able to query and then format the data, I just do not know how to begin. 1. Query the database for the particular product image, title, description, and produ...

Jump to post
  • Wed Aug 03, 2011 12:20 am
  • Replies 3
  • Views 1148
Re: Manufacturer Summary Page

I tried looking for an extension/module for this functionality, but did not find anything.

Jump to post
  • Tue Aug 02, 2011 10:20 pm
  • Replies 3
  • Views 809
Manufacturer Summary Page

Is there a way to show a page summarizing all the manufacturers - something like a "category" page that lists all its subcategories?

Jump to post
  • Tue Aug 02, 2011 4:04 am
  • Replies 3
  • Views 809
Re: Frontpage/Product Display Customization

Log in to your admin, go to "Extensions->Modules" and click the edit link for the "Latest" module. Set the limit to "1" (one). This will then show only the latest product (and no others). Do the same for the "Featured" module. Or, if you only want one feature...

Jump to post
  • Fri Jul 29, 2011 5:01 pm
  • Replies 3
  • Views 1148

Search found 43 matches