Search found 28 matches

Search found 28 matches

Re: Live Chat through Google Chat/Talk/Hangout

And PS, the reason we want to do the backend through google is because the back-end of our phone support and email support is all done through google. So it would be easiest if our customer service reps could just use Gmail and then through there have live chat through hangouts, email support throug...

Jump to post
  • Fri Dec 27, 2013 6:06 am
  • Replies 1
  • Views 5212
Live Chat through Google Chat/Talk/Hangout

Hi all, I have been using opencart for years but new to the notion of live chat. We would like to add a live chat feature to our site so that users can chat with our customer service agents. Ideally though, we would like the whole backend to integrate with the chat functionality through GMail. Has a...

Jump to post
  • Fri Dec 27, 2013 6:05 am
  • Replies 1
  • Views 5212
OpenCart Errors and Died if mail can't be sent!

It appears that if mail can't be sent OpenCart just logs an error and dies. The problem with this is even if we can't send mail, we should still finish whatever transaction we were doing. Here is how I got nailed by this buy: - User checks out, and enters credit card - Credit card gets successful ch...

Jump to post
  • Mon Jan 07, 2013 7:03 pm
  • Replies 2
  • Views 686
Re: Ability to sort language icons and currency symbols

Just come across this, and I needed the same thing. What would be involved in getting currency sorting added to the admin and the core? If I wrote a patch, would it be accepted?

Jump to post
  • Sun Dec 18, 2011 8:06 pm
  • Replies 3
  • Views 1608
Re: Adding banner or side bar to every page

Thanks Qahar. I found there is a column_right.tpl template, and by adding directly there I could do what I wanted. E.g. in view/theme/{mytemplate}/template/common/column_right.tpl: <div id="column-right"> <img src="some-banner.jpg"> <?php if ($modules) { ?> <?php foreach ($module...

Jump to post
  • Wed Dec 14, 2011 3:16 pm
  • Replies 2
  • Views 1903
Adding banner or side bar to every page

Is there an easy way to add a certain banner, or side bar (such as New/Blog) to every page? Obviously, I can manually add it to every layout, but would be easier if I can do it once everywhere. For example, I want every page to have the same the right column banner which is money back guarantee and ...

Jump to post
  • Wed Dec 14, 2011 11:55 am
  • Replies 2
  • Views 1903
Re: Canonical URLs and page titles / internal links

Daniel,

Can you address why category pages don't have a canonical url? There are multiple routes to a given category page leading to duplicate pages. Wondering if there is a specific reason for this, or if it was just an oversite one us can patch it and submit a fix.

Jump to post
  • Tue Nov 29, 2011 6:12 am
  • Replies 51
  • Views 65972
Re: [vQmod] No common/home links 1.5.X

jordan wrote:Doesn't seem to work for me. Can you confirm it works with 1.5.3?
Scratch that. It was an issue with my vqmod.

Jump to post
  • Mon Nov 28, 2011 9:30 am
  • Replies 14
  • Views 5975
Re: [vQmod] No common/home links 1.5.X

Doesn't seem to work for me. Can you confirm it works with 1.5.3?

Jump to post
  • Mon Nov 28, 2011 9:21 am
  • Replies 14
  • Views 5975
Re: Canonical URLs and page titles / internal links

Hi , I am having a similar problem, there are duplicates reported by google on category meta description and title. but not for products. Is there a way we can set this canonical thing ? I am seeing the same thing as adi_555 -- doesn't seem to use canonical url for categories. Is this a bug? Catego...

Jump to post
  • Sun Nov 27, 2011 6:10 pm
  • Replies 51
  • Views 65972
Re: Canonical URLs and page titles / internal links

I modified Simon's script to support multiple categories. If multiple categories are found it uses the one with the lowest sort_order (i.e. to highest priority category in sort). Updated vqmod is attached. Let me know if you have any problems with it. I am also thinking about doing the same thing if...

Jump to post
  • Sun Nov 27, 2011 6:06 pm
  • Replies 51
  • Views 65972
Re: Canonical URLs and page titles / internal links

I found this thread since I am looking for the same thing. Changing canonical url to category/product, however I do need to have products in multiple categories. I was thinking to have a way to either select a "primary category", or a way to explicitely override the canonical url. Has anyo...

Jump to post
  • Sun Nov 27, 2011 5:04 pm
  • Replies 51
  • Views 65972
Re: [MOD] Displaying products from entire subtree (1.4.8b)

I'd also like something like this for 1.5.1.3. Does anything exist? If not maybe I'll code one up in a while when I have more time.

Jump to post
  • Wed Nov 16, 2011 11:09 am
  • Replies 13
  • Views 11362
Merchant Accounts for Authorize.Net

Hi all, I'm looking into taking credit cards for my soon be to OpenCart store. It looks like Paypal is between 2.2-2.9% + 30cents depending on if you do more of less than $10,000 a month. Authorize.NET charges 10cents per transaction but then delegates most of the fees to the merchant account. Does ...

Jump to post
  • Sun Nov 13, 2011 7:42 am
  • Replies 1
  • Views 2695
Re: Best Linux Desktop ?

Debian all the way. Ubuntu used to be good, but it is getting way too bloated. Now I'm back to debian w/ openbox. I like gnome but gnome3 doesn't support multiple monitors that well. Crunchbang is also good and very clean, but the developer is on hiatus so I use Debian Testing and install the crunch...

Jump to post
  • Sun Nov 13, 2011 7:30 am
  • Replies 14
  • Views 5903
What font is opencart logo?

Not sure where to put this, so moderators -- please move it if there is somewhere else more appropriate...

Does anyone know what font the text 'opencart' is in their logo? I like the simplicity of the font, so want to try to use it for something.

Jump to post
  • Tue Nov 08, 2011 11:25 am
  • Replies 3
  • Views 2609
Re: Does opencart store any state information on the webserv

Thanks for the reply. I suppose I could potentially mess with the session manager then if need be. Do you know how people usually deploy OpenCart to be highly available? Would using a shared filesystem across several webservers get rid of the need for webserver stickiness, or are sessions stored in ...

Jump to post
  • Mon Nov 07, 2011 4:59 am
  • Replies 4
  • Views 894
Re: Does opencart store any state information on the webserv

well of course it stores sessions. How do you suppose to have the idea of a login or a cart without sessions? How else would you carry that state as you browse through the site? Sessions can be stored in the database or in a client-side cookie. Storing them on the web server's file system, is just ...

Jump to post
  • Sat Nov 05, 2011 10:05 am
  • Replies 4
  • Views 894
Does opencart store any state information on the webserver?

Hi all, As the title says, does opencart store any state info on the web servers? I know it stores images, but does it store anything else such as sessions or customer info? Just wondering if I could simply have a few webservers running their own copy that talk to a shared database. Or do the webser...

Jump to post
  • Thu Nov 03, 2011 11:38 am
  • Replies 4
  • Views 894

Search found 28 matches