-
Content count
2,605 -
Joined
-
Last visited
-
Days Won
32
Posts posted by Hotclutch
-
-
A simple redirect will work:
Redirect 301 /product-name-pr-64.html /product-name-p-64.html
-
Have a look at this contribution of mine:
I have done all the work for someone in your position with an old osCommerce. You could migrate your shop to this relatively easy and still be familiar with the product. You would have a responsive framework and up to date code. You can use this as a stepping stone if you later wish to go onto V4.
-
Look for this code in footer.php and then move it to the location where you want it to display.
<?php if ($banner = tep_banner_exists('dynamic', 'footer')) { echo tep_display_banner('static', $banner); } ?>
-
I have sent you a PM regarding hosting. The banner code you should be able to move from the footer.php to say header.php and they will display there.
-
There are capable hosting companies in SA, do some research. It may also be better for SEO if your server is located in your geographic region. Shared hosting you can get from about R100pm on a monthly basis.
SEO does not depend on the underlying script. The principles of optimisation are the same whether you're using osCommerce, Wordpress, or anything else. My advice is to read the Google SEO starter guide, it's evolved into quite a document now. And beware of SEO myths, including on this forum.
V4 will be responsive, and have the SEO tools to configure meta tags and do the basic things. The downside of V4, IMO, will be the steep learning curve.
-
7 minutes ago, ArtcoInc said:@Soeb In 2.3.4.1, there is a file in the root (catalog) directory called stylesheet.css. I strongly suggest that you leave this file alone. Instead ...
Create a new file in the same directory called user.css. In this file, add all of the CSS changes you want to make. Then, in /includes/template_top.php, add a call to load the new user.css file AFTER the call to load stylesheet.css.
M
Honestly, modifying stylesheet.css directly is perfectly fine. It was the way of osCommerce, before the guidances of the community edition set in.
-
7 hours ago, Soeb said:Only stylesheet.css
Yes
-
8 hours ago, Soeb said:Thank you sir,
I just want to re-design the website as it is.
Please tell me, to change design which files will be affected. in which files i have to work?
ThanksIf you ask more specific questions, maybe we will be able to help you. Otherwise the scope of your question is too big.
In general if you want to use V2 osCommerce today, you have to use one of it's forks. I have already pointed out one. Vanilla osCommerce is another one to be found on this forum. Phoenix is another to be found on their own forum. Alternatively wait for the release of the official V4 osCommerce.
-
Here's a complete guide.
-
4 hours ago, oceanlee said:Hi I am trying to get hold of Ashley/Hotclutch. I am a newbie from Johannesburg although my site has been up for over 10 years,this is the first time I have posted but have been looking for someone who can give me some advice on OS Commerce in South Africa. As you can see I don't even know how to link to someone on this forum and am hoping you might see this comment. I can be emailed on info@xpressmedia.co.za
I am here. Feel free to ask for advice on the open forum. I will reply if I have anything of value to add.
PS: In a new thread.
-
Check configure files.
You might want to check this:
-
-
I have seen them recently on my site, don't know anything further about it. I use security pro to help with search exploits.
-
13 minutes ago, RAC said:Is it possible to update this version
Yes
13 minutes ago, RAC said:if so are there a list of instructions to follow?
No, there is no complete list anywhere, I am pretty sure.
14 minutes ago, RAC said:Or do I just need to follow what you have done?
If you want to stay on Frozen and just do php updates, then the best way to go about that would be to look at the W3 osCommerce work that I have done and/or Vanilla osCommerce, and make the required changes to your shop. Bear in mind that this task will be a lot of work and that this thread is not a complete list of updates required.
-
Turn error reporting on in your host control panel, that will reveal the php error.
-
You're going to have a lot of problems with that version of osCommerce. You can have a look at
It has updated code for php8 and a responsive framework, based on and has all the functionality of 2.3.4.1
-
-
You can PM oscommerce-official to request for it, or I am sure he will PM you when he sees this post.
osCommerce-Official reacted to this -
On 1/26/2022 at 1:56 PM, osCommerce-Official said:osCommerce v4 Beta 2 has been released this week!
Its preview can be seen here:
The demo site has been updated with 2 new themes. The b2b one looks nice to me, and it looks like a theme the average user may be able to modify without too much head scratching.
-
If you're starting a new shop, then try this:
It has more updated code and is responsive.
-
That version of osCommerce was never updated for php7. So you need to turn error reporting on in your control panel and then check on the error reported.
-
8 hours ago, petsk said:Is this actual code for osC v4? If so, I’m shocked.
Its V2 and the thread should be moved there.
petsk reacted to this -
How come you're developing for V2.3 ? Stock 2.3 is unusable, which means nobody is going to need extensions for it.
https://srmarihuano.es/products_new.php
This demo site of yours is not stock 2.3
Please consider adapting your addons for
Then maybe V2 can continue having a life.
-
Which PHP version are you running? I am suggesting that your script is failing with a fatal php error.
Uncaught Error: Call to undefined function mysql_connect()
in General Support
Posted
You're not going to get support for the version you still have.