Search found 36 matches

Search found 36 matches

Re: htaccess: Add a Trailing Slash at the End of URLs

This is more than a .htaccess issue. You will need to modify OpenCart to generate all links with a trailing slash as well as route them. /catalog/controller/common/seo_url.php - return $url_data['scheme'] . '://' . $url_data['host'] . (isset($url_data['port']) ? ':' . $url_data['port'] : '') . str_...

Jump to post
  • Tue Feb 28, 2012 4:31 am
  • Replies 23
  • Views 11431
Re: Kreditnota ved retur av varer

Jøss, den løsningen har jeg aldri vært borti før. Men det virker kanskje til å være litt tungvint? Vi sender rundt 20 bestillinger hver dag, og har stort behov for at ting skal gå enkelt. En integrasjon her ville jo vært fantastisk :) Ja, denne løsningen er ikke holdbar dersom antallet returer blir...

Jump to post
  • Tue Dec 20, 2011 4:16 pm
  • Replies 4
  • Views 3928
Re: Kreditnota ved retur av varer

Enig. Jeg har ingen umiddelbar løsning ved å bruke opencart. Kunne ha laget en funksjon som f.eks genererte en kredittnota basert på retur - men har verken hatt behov eller tid til å gjøre det til nå... Har ikke hatt noen returerer i nettbutikken min ennå heller - men min foreløpige plan er å genere...

Jump to post
  • Mon Dec 19, 2011 10:51 pm
  • Replies 4
  • Views 3928
Re: Mails not properly encoded[SOLVED]

Strangely enough none of these tips worked for me. My problem was that all the e-mails sent to Yahoo were delivered, but yet did not seem to contain anything - they were just blank. As I said, tried all of the tips above, in addition to various other (older) threads: http://forum.opencart.com/viewto...

Jump to post
  • Thu Nov 03, 2011 4:16 am
  • Replies 17
  • Views 13803
Re: htaccess: Add a Trailing Slash at the End of URLs

ozone100 wrote:Is it possible to add a trailing slash at the end of URLs?
I am just curious, did you manage to solve this?

Jump to post
  • Sun Oct 16, 2011 5:54 am
  • Replies 23
  • Views 11431
Re: OpenCart 1.5.1.3 Released

Couldn't see anything about it in the release notes, so I am wondering if the functionality to generate the invoice manually (in stead of having this done automatically) was added in this release? I recall several people had strong opinions on this matter: http://forum.opencart.com/viewtopic.php?f=...

Jump to post
  • Fri Sep 30, 2011 8:46 pm
  • Replies 252
  • Views 122860
Re: OpenCart 1.5.1.3 Released

Couldn't see anything about it in the release notes, so I am wondering if the functionality to generate the invoice manually (in stead of having this done automatically) was added in this release? I recall several people had strong opinions on this matter: http://forum.opencart.com/viewtopic.php?f=1...

Jump to post
  • Fri Sep 30, 2011 7:59 pm
  • Replies 252
  • Views 122860
Re: Import/Export Excel formatting issues...Help please! :(

I experienced the exact same error when using an .xls-file from Apple Numbers.

Fixed it by altering the system/PHPExcel/Classes/PHPExcel/Shared/CodePage.php. Just add this line, like shown in the following link https://gist.github.com/762095

Code: Select all

if($codePage == 0) $codePage = 1252;

Jump to post
  • Fri Sep 30, 2011 5:04 am
  • Replies 3
  • Views 2602
Re: [UPDATED] Export/Import tool for OpenCart 1.4.9

deejunit wrote: I get the exact same error. Is there a solution?
Never mind. Found a fix that solved it ;) https://gist.github.com/762095

Jump to post
  • Fri Sep 30, 2011 5:00 am
  • Replies 213
  • Views 161657
Re: [UPDATED] Export/Import tool for OpenCart 1.4.9

Hello, just downloaded this tool, i am receiving this error though when trying to import: Fatal error: Uncaught exception 'Exception' with message 'Unknown codepage: 0' in /hermes/bosweb/web032/b322/my-domain/system/PHPExcel/Classes/PHPExcel/Shared/CodePage.php:91 Stack trace: #0 /hermes/bosweb/web...

Jump to post
  • Fri Sep 30, 2011 4:44 am
  • Replies 213
  • Views 161657
Re: [1.5.1.1] How to remove/alter gift card amount limits

Never mind, this was actually pretty easy to do. If anyone else should want the same feature, a vqmod-file is attached. This file will alter the maximum amount form 1k to 20k.

Remember to also modify the appropriate language files with new limit values.

Jump to post
  • Wed Sep 14, 2011 4:32 am
  • Replies 3
  • Views 1352
[SOLVED][1.5.1.1] How to remove/alter gift card amount limit

For some strange reason there seems to be an amount limit for gift cards (why would you want to limit the amount of money a customer spends???). As far as I can see it is not possible to alter this in the admin console (if it is, pls let me know!). Are there anyone out there who has already removed ...

Jump to post
  • Fri Aug 19, 2011 6:18 am
  • Replies 3
  • Views 1352
Re: E-Conomic Modul

thomasall wrote:Er det noen som vet om det eksisterer en modul for E-Conomic?
Ser ikke sånn ut under extensions.

For øvrig, har du erfaringer ved bruk av E-Conomic? Søker litt rundt etter regnskapsprogram selv og snublet over E-Conomic...

Jump to post
  • Tue Aug 16, 2011 2:46 pm
  • Replies 2
  • Views 3755
Kreditnota ved retur av varer

Jeg lurer på om det er noen som har noen gode løsninger på hvordan man håndterer retur av varer og tilhørende kreditnota? Dvs, hvordan genererer dere slike kreditnota? Er det word som gjelder her eller? Iflg bedin: Heving av salg skal dokumenteres med kreditnota som reverserer det opprinnelige salge...

Jump to post
  • Mon Aug 15, 2011 9:29 pm
  • Replies 4
  • Views 3928
Re: [1.5.1] Generate invoice is missing

Maybe I am little bit slow (sorry about that) but I am having difficulties understanding how the "generate invoice"-button will help regarding the need for a counter invoice when it comes to returned orders (where the original invoice is already generated). Is this just a button that will...

Jump to post
  • Mon Aug 15, 2011 9:00 pm
  • Replies 38
  • Views 10847
Re: [1.5.1] Generate invoice is missing

What i mean is, if an order is cancelled after an invoice is raised, all thats needed is another invoice to counter the credit. (i.e a debit). OC does not provide the option to create a counter Invoice sad to say. That is why the option to generate an Invoice yourself is great. Maybe I am little bi...

Jump to post
  • Thu Aug 11, 2011 8:53 pm
  • Replies 38
  • Views 10847
Re: How to remove the notification bar?

Figured this one out myself. I have removed the notification bar for success messages by simply removing two lines from common.js and my theme's product.tpl: Change from if (json['success']) { $('#notification').html('<div class="attention" style="display: none;">' + json['succes...

Jump to post
  • Tue Jul 19, 2011 6:23 am
  • Replies 1
  • Views 1432
How to remove the notification bar?

Is there an easy way to remove the notification bar from the store front that is showing each time the customer e.g. adds an item to her shopping cart?

Jump to post
  • Wed Jun 08, 2011 5:20 am
  • Replies 1
  • Views 1432
Send wish list by email

Any chance you can add the ability to send the wish list by email to friends?

Right now it seems like the wish list is more like a "store this for later"-list as it is only possible to view your own list once logged in.

Jump to post
  • Wed Jun 08, 2011 5:12 am
  • Replies 3
  • Views 2476

Search found 36 matches