Payfast Plugin
ANybody have or know where I can get a copy of the Payfast payment extension for v3.0.4.1
Payfast only have for v4.x
- Wed May 14, 2025 9:06 pm
- Replies 1
- Views 9581
/index.php?route=common/home
I have finally got my SEO URL's working to a point. I need to now get the common homepage and a few extra pages that I have created to display as friendly SEO's. /index.php?route=common/home to display as /home /index.php?route=common/economyroadfreight to display as /economyroadfreight etc. So, I n...
Jump to post- Tue Apr 02, 2024 8:37 pm
- Replies 1
- Views 582
Re: Enable SEO URL's (on local installation)
Could the version of PHP cause this problem in your experience. I am using v7.4? ISP confirms mod_rewrite is enabled.
Jump to post- Tue Mar 12, 2024 7:17 pm
- Replies 13
- Views 4667
Re: Enable SEO URL's (on local installation)
If you look at this tutorial,
https://www.antropy.co.uk/blog/how-to-h ... -opencart/
and scroll down, you will see the image of the product edit, which includes the SEO dropdown I mention. The tutorial doesn't mention the OC version however.
- Mon Feb 26, 2024 6:52 pm
- Replies 13
- Views 4667
Re: Enable SEO URL's (on local installation)
Still battling. If SEO URL's are enabled in Admin backend, and one edits a Product to add a SEO field, should the SEO edit menu be available in the edit product dropdown menus? It is available in the Data dropdown menu, but all tutorials I have read show it as one of the main headings. I am thinking...
Jump to post- Mon Feb 26, 2024 6:22 pm
- Replies 13
- Views 4667
Re: Enable SEO URL's (on local installation)
These are my SE|O URL Settings: # SEO URL Settings RewriteEngine On # If your opencart installation does not run on the main web folder make sure you folder it does run in ie. / becomes /shop/ RewriteBase /wamp64/www RewriteRule ^sitemap.xml$ index.php?route=extension/feed/google_sitemap [L] Rewrite...
Jump to post- Fri Feb 23, 2024 11:48 pm
- Replies 13
- Views 4667
Re: Enable SEO URL's
Are there any issues using localhost, Wampserver Apache and windows based - not working using default .htaccess and mod_rewrite enabled.
I haven't tried on a live site yet, as I wanted to get working on Localhost first.
- Fri Feb 23, 2024 11:07 pm
- Replies 13
- Views 4667
Enable SEO URL's (on local installation)
I am using OC 2.3.0.2 and have been battling to get the SEO URL's to work. I have followed this useful guide, and believe the problem lies in my .htaccess file. Does anybody have a sample .htaccess that I may have a look at to try determine where I am going wrong. Guide - courtesy of CHATGPT:- # Wha...
Jump to post- Fri Feb 23, 2024 5:58 pm
- Replies 13
- Views 4667
Re: SMTP changes not reflecting - v2.3.0.2
Because f I viewed my new SMTP provider backend dashboard, the email wasn't being sent via them, so I assume OC was falling back onto my previous provider? I subsequently found out that the new SMTP provider had suspended my site as it was not verified with them via DNS settings. All sorted now.
Jump to post- Mon Nov 20, 2023 8:29 pm
- Replies 4
- Views 1146
[SOLVED] SMTP changes not reflecting - v2.3.0.2
I have changed the SMTP setting for emails in the admin backend to new SMTP settings. I have refreshed cache through admin / modifications and also tried deleting cache files in system/storage/cache but my system is still using the old SMTP settings. There are no SMTP settings hard-coded into my cod...
Jump to post- Fri Nov 17, 2023 10:58 pm
- Replies 4
- Views 1146
Most stable version of OC3
I am considering rewriting my very customised 2.3.0.1 site to V3? as I am concerned of eventually running into problems with PHP versions. I currently use PHP 7.4 . What would be the best V3 option from a stability point of view please?
Jump to post- Thu Sep 21, 2023 8:01 pm
- Replies 3
- Views 404
OC 2.3.0.2 versus OC 3.X
I have a highly customised 2.3.0.2 site using much of the OC framework and it has been stable for 3 + years. I have to now start a new site for another division of our company, and would like some advice as to whether I should do it in 2.3.0.2, which I know pretty well, or do it in 3.X. I understand...
Jump to post- Tue Jan 03, 2023 12:03 am
- Replies 1
- Views 1329
Re: OC 2.3.0.2 friendly htaccess file
OK, in case this helps anybody in future. The actual .htaccess file that was created in Notepad +++ and being uploaded by Filezilla was corrupt in that the formatting was removed. There were no line breaks etc. so it was unreadable by the system. So, I edited the file at the server level using Filez...
Jump to post- Mon Jul 11, 2022 11:27 pm
- Replies 6
- Views 2007
Re: OC 2.3.0.2 friendly htaccess file
@JNeuhoff - I have implemented your code, but regardless of any .htaccess changes, redirects don't work, so it seems to me that my .htaccess file is for some reason not working. SEO Friendly URLs are also not working - but are enabled in admin backend. Below is the .htaccess code? # 1.To use URL Ali...
Jump to post- Mon Jul 11, 2022 6:26 pm
- Replies 6
- Views 2007
Re: OC 2.3.0.2 friendly htaccess file
NB! - both my root and admin config files point to https://www.ic-express.co.za as default.
Jump to post- Mon Jul 11, 2022 5:19 pm
- Replies 6
- Views 2007
[SOLVED] OC 2.3.0.2 friendly htaccess file
I am battling with redirects to WWW and HTTPS on my site www.ic-express.co.za I am pretty sure they were working, but not anymore. The .htaccess file doesn't seem to do much if I make changes to it. Does anyone have a friendly .htaccess for 2.3.0.2 or can point me in the right direction. There was o...
Jump to post- Mon Jul 11, 2022 5:17 pm
- Replies 6
- Views 2007
Re: URL directly to guest checkout
The URL parameter is what I am trying to determine if I understand your reply correctly.
- Sun Dec 05, 2021 11:32 pm
- Replies 5
- Views 1193
Re: URL directly to guest checkout
Yip, I use something like this to add to the cart, but I want a button to route directly to guest (Express) checkout. My OC only has one product. function myFunction() { //ADDS PRODUCT TO CART $.get( "index.php?route=checkout/cart/addToCart&product_id=30", function( data ) { $( "#...
Jump to post- Fri Dec 03, 2021 8:41 pm
- Replies 5
- Views 1193
URL directly to guest checkout
If I wanted to create a URL directly to guest checkout page, what would it be? Any ideas?
http://localhost/index.php?route=checkout/checkout
v2.3.0.2
- Fri Dec 03, 2021 7:39 pm
- Replies 5
- Views 1193
Preventing Bots from crawling non www pages
I am busy working on increasing organic traffic to my site so have embarked on some SEO stuff. I have decided to use the www as my site default. I however don't want bots to crawl the non www as it causes duplicate meta descriptions and duplicate title tags error. I have searched and this topic is g...
Jump to post- Thu Jul 22, 2021 4:08 pm
- Replies 3
- Views 382