Search found 14 matches

Page 1 of 1

Search found 14 matches

Re: OpenCart 1.3.4

anybody know where to get more themes for OpenCart 1.3.4?

Jump to post
  • Wed Sep 05, 2012 1:09 pm
  • Replies 88
  • Views 65500
Re: How can I keep shopping cart items after browser closed

you should save the long-term cookies by yourself, about how the cart session is saved, you can study the var in \system\library\cart.php

$this->session->data['cart']

Jump to post
  • Tue Aug 21, 2012 11:09 pm
  • Replies 2
  • Views 1665
Re: Canonical URLs and Opencart

Yes, we also met problems about the duplicate pages, a product page will have two urls, for example:

product A under a category B, then there are two seo 'rewrite' urls:

http://www.yourdomain.com/category-B/product-A
http://www.yourdomain.com/product-A

Do not know if this will drag SEO.

Jump to post
  • Fri Aug 03, 2012 11:31 pm
  • Replies 7
  • Views 1279
Re: Migrating MySql Database

I usually did this by using cpanel->phpmyadmin, export the structures of the 'old' DB including the data, and import the structure and data to a new DB, and them edit the config.php and admin/comfig.php swithing 'old' DB to the 'new' DB. when importing, some hosts only let you to import little files...

Jump to post
  • Tue Jul 24, 2012 10:45 pm
  • Replies 8
  • Views 1936
Re: Editing product title tags

I had another question about the title thing in the category pages, the 'name' will be default TITLE of the the page, in order to make more words in the TITLE for seo purpose, I need to add another field( 'title') in the table 'category_description', I used this for custom TITLE.

Jump to post
  • Tue Jul 24, 2012 10:33 pm
  • Replies 5
  • Views 1417
Re: URGENT!! coupon support extension

Thank you, MarketInSG helpful! But seems it does not work in this situation, discount by pieces (counting different products together). If the customers buy two different products together, and we want both products to be 10% off , or if they buy three products (maybe different products), we offer 2...

Jump to post
  • Wed Jun 13, 2012 10:58 pm
  • Replies 3
  • Views 761
Re: Put facebook like box into ...checkout/success file

You can also do this by adding the facebook code to box of 'Google Talk' module, it need not to edit code or templates.

Jump to post
  • Wed Jun 13, 2012 10:41 pm
  • Replies 3
  • Views 2806
Re: [HOW TO] Rewrite "index.php?route=common/home" to main p

Thank you, Johnathan!

I had thought to do this by changing the code, it was a faulty method.

Jump to post
  • Sun Jun 10, 2012 10:50 pm
  • Replies 17
  • Views 78811
Re: Adding custom product/price to cart?

Yes, I also had updated the price module for pricing by pieces.

More pieces added to the cart, more cheap the price will be.

See it here http://www.cheapjerseysclub.com, but i did it by editing the code, did not release a module.

Jump to post
  • Sun Jun 10, 2012 10:44 pm
  • Replies 9
  • Views 4213
Re: Open Cart Developers

Yes, we also met the search problem. it costs alot of CPU resources. When the users search the products on the websites, normally it takes about 1-2 seconds to get the results, and the ISP had noticed us several times about the cpu consuming. And now we had to close the search functions on the websi...

Jump to post
  • Sun Jun 10, 2012 10:35 pm
  • Replies 6
  • Views 4983
Re: Opencart 1.3.3 base64 bug for mail

Yes, JNeuhoff,
my OS is Linux , the Kernel Version is 2.6.28.5-grsec-sg2
by the way , I am using Opencart 1.3.4

Jump to post
  • Thu Dec 17, 2009 10:19 pm
  • Replies 13
  • Views 4542
Re: Opencart 1.3.3 base64 bug for mail

I meet same problem too! after compare with "mail.php" at Opercart 1.3.2 I think it can be fixed by the next code. add if (strpos(PHP_OS, 'WIN') === false) { $this->eol = "\n"; } else { $this->eol = "\r\n"; } into function __construct (). I test it at the website http:/...

Jump to post
  • Thu Dec 17, 2009 9:16 pm
  • Replies 13
  • Views 4542

Page 1 of 1

Search found 14 matches