Search found 96 matches

Search found 96 matches

Re: Gmail customers not receiving order email notification

Are you using shared hosting or Dedicated Server Hosting? Also check if the store logo is send as attachment or as link to the site. I had the same issue with one my customer when it is hosted in the Virtual Dedicated server. Then I needed to change the attachment to https:// link on the website.

Jump to post
  • Mon Aug 27, 2012 7:05 am
  • Replies 2
  • Views 568
Re: [RELEASED] CloudCache CDN Integration

Also, I see that these guys put the same testimonial below message for both Prestashop and Opencart. So, I am wondering if this really works.

"CloudCache has taken what used to be a complicated and costly process, and enabled the masses to serve content like pros"

Jump to post
  • Sat Jul 14, 2012 9:33 am
  • Replies 13
  • Views 5254
Re: [RELEASED] CloudCache CDN Integration

Any feedback from CloudCache users? I used cloudflare free version and seem to work pretty good but I got struck with SSL. I need to buy premium to handle ssl pages.

How does CloudCache handles SSL pages? Do we need to refactor the site?

Jump to post
  • Sat Jul 14, 2012 9:32 am
  • Replies 13
  • Views 5254
Re: PHP warning

Your cache folder doesn't look like having write permission. You need to set the permission to system/cache folder.

Jump to post
  • Tue Jun 05, 2012 4:07 am
  • Replies 8
  • Views 1694
Re: opencart customisation

You need to do a custom development to achieve the functionality in the right way. However, you can do a hack. Add the list of supported printers as "Options" in the admin panel. If your product supports lot of printers, I would suggest to get them in the right way otherwise, you will have...

Jump to post
  • Tue Jun 05, 2012 4:05 am
  • Replies 2
  • Views 419
Re: Change all of the product prices with one click?

if you know how to open the phpMyAdmin and run a sql query, simply run a update query on the price. update oc_product set price = price * 1.2 This will increase all the product price by 20%. If you want to add a fixed amount, run the following script. update oc_product set price = price + 10.0 This ...

Jump to post
  • Fri Jun 01, 2012 11:26 pm
  • Replies 2
  • Views 1274
Re: Fatal error: Call to undefined method ModelAccountCustom

Looks like you are using some vqmod which is not correctly implemented. Disable the vqmods by renaming the xml file to some other extension like .xml__ and then try.

Jump to post
  • Fri Jun 01, 2012 11:22 pm
  • Replies 1
  • Views 703
Re: Move breadcrumbs back to left side

Can you post your website url so that somebody can look and suggest a solution?

I had this issue in two occasions
1). Top menu wrapped to next line which pushed the bread crumbs
2). Some of the header styles caused the float right.

Jump to post
  • Sun May 27, 2012 3:53 am
  • Replies 2
  • Views 394
Re: Adding separator to Information in footer

You may want to mimic the same style used in the header links like the one below. There is no pipe here but it is the border on the right. <div class="links"> <?php if ($is_marketplace_enabled){ ?> <a href="<?php echo $marketplace; ?>"><?php echo $text_seller_login; ?></a> <?php ...

Jump to post
  • Fri May 18, 2012 11:07 pm
  • Replies 5
  • Views 763
Re: Adding separator to Information in footer

Did you try using the same css style as "Customer Service"?

Jump to post
  • Fri May 18, 2012 10:38 pm
  • Replies 5
  • Views 763
Re: post/shipping code

You can configure the address format under System->localisation->Countries. When you edit the country, you can set address format as you want.

Jump to post
  • Fri May 18, 2012 8:05 am
  • Replies 3
  • Views 553
Re: Per store per product pricing

+1 May it could be a simple percent price setting at the store level and/or category level. Say Add 10% to the cost and another store 15% etc. I am not sure how well the per product per store pricing will work when you have lot of products. I have 1million+ products and I don't think I can set prici...

Jump to post
  • Fri May 18, 2012 6:40 am
  • Replies 3
  • Views 1380
Re: Coupon and currencies

Try disabling all the shipping modules. If you set "requires shipping" to false, it should not add it. Did you do any customization to the site? if so , check your changes too.

Jump to post
  • Fri May 18, 2012 6:33 am
  • Replies 1
  • Views 221
Re: I need help activating categories and images on template

Are you talking product images? The template looks fine on your site. The product images comes from your database and it won't come from the template they supply.

You need to go to the admin site and edit the categories and products.

Jump to post
  • Fri May 18, 2012 6:30 am
  • Replies 2
  • Views 347
Re: How to Center Feature Item Column?

Find the style used in the template and add css style "text-align:center"

Jump to post
  • Fri May 18, 2012 6:21 am
  • Replies 3
  • Views 273
Re: Can I set order status based on customer group?

You may need to modify the paypal payment module to handle the user group and pass proper order status to paypal. I don't there is any module which does this.

Jump to post
  • Fri Jan 27, 2012 2:25 pm
  • Replies 1
  • Views 425
Re: Blank Product Page

Look at your error log, it may give you some useful information.

Jump to post
  • Fri Jan 27, 2012 2:23 pm
  • Replies 5
  • Views 1007
Re: OpenCart 1.6.0 Roadmap

Id love to see the ability to set a URL to an external image rather than have to upload the image for product. We have suppliers that keep all the product images fresh and current - by being able to say product1 image is http://www.supplier.com/images/product1.jpg we would always have the newest im...

Jump to post
  • Mon Dec 26, 2011 7:09 pm
  • Replies 538
  • Views 255828
Re: Affiliate purchase is not being tracked

Have you approved your affiliate? By default it is not approved.

Jump to post
  • Mon Dec 26, 2011 6:58 pm
  • Replies 5
  • Views 686

Search found 96 matches