-
Content count
2,605 -
Joined
-
Last visited
-
Days Won
32
Everything posted by Hotclutch
-
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.
-
php problem.
-
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
Hotclutch replied to spidometrs's topic in General Add-Ons Support
Your other option is to try to figure out the SQL from the seo class file and make a manual execution on the database. -
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
Hotclutch replied to spidometrs's topic in General Add-Ons Support
If you are using this osCommerce version, then you can use USU5 by FWR Media also. Use this version https://apps.oscommerce.com/A9ikD&ultimate-seo-urls-5-by-fwr-media -
Go to Design & CMS -> Translation In the input enter "GET SPECIAL DISCOUNTS ON PLENTY OF PRODUCTS" Then click search
-
I have made a block, and now I want to put widgets in them. I want to put links like Contact, shipping etc. What is the widget called for the Contact Us link, and the Shipping page link?
-
Be sure to read the last few posts in that thread.
-
How do you access the head section of pages to add for example meta noindex tags etc?
-
Maybe I am missing something. This is all I see under SEO -> Meta Tags. But I meant the flexibility of adding to the head section in general no longer appears to be an option.
-
This is very annoying to me, but where do you go to edit this modal in the theme editor?
-
This layout is poor.
-
These are the buttons for the Watch theme. This is the CSS that controls it. .btn { background-color: #ffffff; color: #183d78; font-size:16px; font-weight: 600; text-transform: uppercase; line-height:20px; font-family:Hind; border:2px solid #183d78; border-radius:20px 20px 20px 20px; padding:5px 25px 4px; } .btn-1 { background-color: #ee4225; color: #ffffff; font-size:16px; font-weight: 600; text-transform: uppercase; line-height:24px; font-family:Hind; border-radius:20px 20px 20px 20px; padding:5px 25px 4px; } .btn-2 { background-color: #00a858; color: #ffffff; font-size:18px; font-weight: 600; text-transform: uppercase; line-height:20px; font-family:Hind; border-radius:24px 24px 24px 24px; padding:14px 25px 12px; } .btn-3 { color: #183d78; font-size:20px; font-weight: 600; text-transform: uppercase; line-height:20px; font-family:Hind; border:2px solid #183d78; border-radius:24px 24px 24px 24px; padding:12px 25px 10px; }
-
Here is a simple Header menu added to the Watch theme.
-
If you use a currency other than Pound/Dollar/Euro then you will need to go to Admin -> Settings -> Localization -> Curruncies. This interface is simple and self explanatory. Its also very similar to V2 osCommerce. You should not have a problem adding/deleting currencies here, or setting them as Active and/or as default. Next you need to go to Admin -> Sales channels Click on the channel that you're using / configuring the currencies for. Click Edit. Scroll down to Languages & Currencies. Click Change. Make the necessary changes and click Apply. Lastly click Save at the bottom of the Sales channel page.
-
Installation osCommerce v4 Beta 2 - No Admin Page
Hotclutch replied to herbsandhelpers's topic in General Support
If you PM me all the details to do an install, I will take a look from my side. -
Hi Jack. I have had another look at this now. It's difficult to explain, but the problem is with where you drop the drag (if that makes sense). Here below I created 2 blocks, the one has a 1/5 split and the other a 1/3 split.
-
If cookie_usage is already in the index, then googlebot and other bots will keep fetching the URL to try to keep its content up to date. This is regardless of the Admin setting. There's no file being run. You can block with robots.txt, this will stop the crawl requests. Or you can set meta noindex, which will drop the URL out of the index and cause the crawl frequency to drop.
-
Its normal for bots to be redirected to the cookie_usage.php, because they are not allowed sessions (set in Admin). If you do not want these entries filling up your logs and maybe want to save on your crawl budget then you can block bots from crawling these pages, in robots.txt I don't follow what you mean by this. cookie_usage is not really a page that needs to be in the index. If you mean can it be blocked and still appear in the index, then probably yes, if its already there in the index.
-
You should post the solution for the benefit of others, or next time they may not be inclined to help you.
-
After adding the block, you can edit the properties of the block. One of the options will allow you to specify full site width, OR 1/2 OR 1/3 etc. Click Save. After this you will be able to add your widgets into the block.
-
PHP Fatal error: Cannot declare class currencies_mod, because the name is already in use in
Hotclutch replied to kep@'s topic in osCommerce Online Merchant Community Bootstrap Edition
I am out of ideas then, I am not familiar with this addon / module. -
PHP Fatal error: Cannot declare class currencies_mod, because the name is already in use in
Hotclutch replied to kep@'s topic in osCommerce Online Merchant Community Bootstrap Edition
Check the first few lines of your includes/classes/currencies.php class currencies { var $currencies; // class constructor function __construct() { -
PHP Fatal error: Cannot declare class currencies_mod, because the name is already in use in
Hotclutch replied to kep@'s topic in osCommerce Online Merchant Community Bootstrap Edition
Replace line 23 function bt_price_display() { with function __construct() {