Recurring payments through eWay
How do I use recurring payments through eWay payment module?
Jump to post- Sat Mar 15, 2014 5:05 pm
- Replies 1
- Views 753
Re: Show module on all pages
I hope this helps somebody. This has been tested on v1.5.5.1 ...... Thanks for sharing this useful bit of code. Do you know how to make it work separately for multi-store? Currently it works on all pages regardless of the store. What I want to achieve is have a separate "all pages" layout...
Jump to post- Mon Jul 15, 2013 9:25 pm
- Replies 14
- Views 33442
Using a library with LGPLv3 license
I am building an extension with a library that has LGPLv3 license and will probably release the extension in the marketplace as well. Licensing really confuses me no matter how many times I read it. Is it ok to use LGPLv3 libaries in Opencart extensions?
Jump to post- Tue Jun 11, 2013 9:26 am
- Replies 0
- Views 2555
Re: Is there an official Documentation/API Reference anywher
I am looking for the same thing. Is there API Reference doc somewhere that we can see?
Jump to post- Mon May 27, 2013 11:31 am
- Replies 5
- Views 7960
How to add a code in a particular page through an extension?
I want to check if the URL has passed a certain parameter with it when visiting a page. For that, I need to check the $_GET value something like this: if ($_GET['parameter']) { ... ... } How do I add the above script inside a particular page when I save my extension in the admin section? I could use...
Jump to post- Fri May 24, 2013 1:22 pm
- Replies 0
- Views 175
Detect if the sale has taken place on a particular visit
I am going to have product URLs with code transferred as GET such as www.mysite.com/index.php?route=product/product&product_id=40&code=VXHRMT or www.mysite.com/index.php?code=MKIRDX Basically the code can be applied to any URL - could be the home page, product page, information page, etc. Wh...
Jump to post- Thu Apr 11, 2013 6:56 pm
- Replies 0
- Views 117
How to display SKU in confirmation email sent to the admin?
I'd like to have SKU displayed in the email confirmation that is sent to the admin. How can I do that?
Jump to post- Wed Dec 19, 2012 9:09 am
- Replies 1
- Views 326
Re: Multi-store checkout issue - shows default store's templ
Do you have the second stores SSL server set to the first stores domain? It used to do this when I did, so I removed ssl from store 2. Never could figure out a way to force the correct template otherwise. No, my second store's SSL is different and not set to the first store's domain. Can you think ...
Jump to post- Sat Dec 01, 2012 8:31 am
- Replies 2
- Views 814
Multi-store checkout issue - shows default store's template
I have set up 2 stores. When I place order from store 2 and click on confirm order to finalise the credit card payment, it displays the payment module's template but inside the store 1's (which is the default store) URL. Not sure what's happening and where to look.
Jump to post- Fri Nov 30, 2012 3:04 pm
- Replies 2
- Views 814
Re: Guest Checkout issue: does not go to Step 2
I couldn't find a perfect solution but I found a way around this issue. My client had the SSL installed for the domain name without the 'www'. So we decided to use the entire website to run without 'www'. By doing this, it has worked like a charm.
Jump to post- Wed Oct 10, 2012 10:16 am
- Replies 2
- Views 248
[SOLVED] Guest Checkout issue: does not go to Step 2
After installing SSL, I'm experiencing an issue where guest checkout is not working anymore. If I log in as a member, checkout seems to work fine. I have gone through other posts relating to this issue but haven't been able to find a solution. I am using Opencart 1.5.3.1. I've also noticed that the ...
Jump to post- Mon Oct 08, 2012 9:55 am
- Replies 2
- Views 248
Re: How to set SEO URLs for account pages?
Where can I find this 'url_alias' table? Jump to postrempong wrote:or maybe you want to insert it on 'url_alias' table by yourself
- Mon Sep 17, 2012 7:03 pm
- Replies 4
- Views 891
Why is my .htaccess redirect not working?
I am trying to do a redirect to a product from category folder (see the last line): RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css) RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA] RewriteRule catego...
Jump to post- Mon Sep 17, 2012 3:24 pm
- Replies 2
- Views 899
How to set SEO URLs for account pages?
How to set SEO URLs for account pages such as route=account/login, route=account/order, etc?
Is there a way to do this like on products and categories pages?
- Sun Sep 16, 2012 8:40 pm
- Replies 4
- Views 891
How to get extensions working on multi-stores?
Is there a way to tweak the code to get the extensions working on multi-stores?
Jump to post- Tue Aug 14, 2012 6:22 am
- Replies 2
- Views 446
Does new Shoppica theme support multi-store?
I tried replicating the old Shoppica theme in catalog/view/theme for a second store but it does not seem to be working. With Shoppica 2, is it possible to replicate the theme and use it for multiple stores? Alternatively, is it possible to use both the old and new Shoppica themes together - the old ...
Jump to post- Mon Jul 30, 2012 2:40 pm
- Replies 1
- Views 592
Re: can anyone throw any light on these errors
Have you got this resolved? I am having a similar issue.liamcaff wrote:I'm getting this error:
Fatal error: Class 'Registry' not found in /...../index.php on line 31
Just started happening out of the blue. Site was fine yestrday... Any ideas?
Thanks Jump to post
- Sun Jun 10, 2012 3:45 pm
- Replies 4
- Views 923
Re: How to find route of the current url?
What modules can I use for this? I was wondering if there is a line of built-in code that helps me achieve this. Jump to postTcalp wrote:I'd think you would use layouts / modules for this ? (built-in feature to opencart)
- Tue May 22, 2012 7:51 am
- Replies 2
- Views 769
How to find route of the current url?
My current url is converted to SEO friendly url but I'd like to find the page route so that I can filter certain section section of the website to display based on the route. For example, I'd like to display a submenu only for product route (index.php?route=product). How can I do this?
Jump to post- Tue May 22, 2012 7:24 am
- Replies 2
- Views 769
How to integrate customised products?
I would like to list products such as customised t-shirts into products category in Opencart. The customised option includes things like uploading your own prints and perhaps get the customers to align the print at the exact place on a t-shirt. How can I achieve something like this? I am thinking of...
Jump to post- Mon May 07, 2012 7:42 am
- Replies 3
- Views 2733