Latest News: (loading..)


Jack_mcs
Members-
Content count
29,380 -
Joined
-
Last visited
-
Days Won
118
Jack_mcs last won the day on January 31
Jack_mcs had the most liked content!
Profile Information
-
Real Name
Jack
-
Gender
Male
- Website
Recent Profile Visitors
232,638 profile views
-
To be clear, did you make the changes to the includes/configure file? I see the double slash still there that Phil mentioned. That should be fixed. I successfully created an account on your site. I then used a different browser and was able to login. So if this is an intermittent problem, which it seems to be, it will be difficult to troubleshoot in a support thread like this. All I can suggest is to try various things. For example, see if it only fails in certain browsers. If you have the master password addon installed and if you know of a customer account that can't login, try logging into that account with the master password and see if you can get it to fail. Other than that, I can't think of anything else to try at this time.
-
No, I meant turn off the url rewriter. I don't know which you have installed so I wasn't specific. But in admin->Configuration there should be a link for SEO URLs or SEO 5, or something similar. Click on that and you will see the option to turn it off.
-
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
Jack_mcs replied to spidometrs's topic in General Add-Ons Support
You should be able to just upload the seo.class.php file. There is a change to the code in the application_top.php file, which you found, that needs to be made to prevent warnings with php 7 but no other changes are needed. -
The session ID (osCsid) should go away after you click the first link but it isn't doing that. That is probably due to an old version of the url rewriter that is installed. The problem you describe can usually be traced to the session ID and since it works for you if you remove it from the url, that addon seems most likely to be the problem. Try turning it off in admin->Configuration and see if the problem goes away. Note that older versions of Ultimate SEO and most versions, if not all, of SEO 5 won't turn off completely so this test may not be conclusive.
-
-
-
ELI5: Hooks vs. Modules (Bootstrap Edition)
Jack_mcs replied to SuperPower09's topic in General Support
@SuperPower09I didn't notice you mentioned Bootstrap 4. My comment about existing addons doesn't apply to it. If you are just playing around, it is fine to use that version but for a production shop, it should be the BS 3 version as @MrPhil mentioned. -
-
-
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
Jack_mcs replied to spidometrs's topic in General Add-Ons Support
A new version has been uploaded. Itjust fixes the problem with the ConnectDB introduced in the last version. If you have applied the fix mentioned in this thread, you don't need the update. But if you want to apply it, just upload the includes/classes/seo.class.php file. -
Jack_mcs started following Please help me with login problem and ELI5: Hooks vs. Modules (Bootstrap Edition)
-
ELI5: Hooks vs. Modules (Bootstrap Edition)
Jack_mcs replied to SuperPower09's topic in General Support
In the product_info.php file, you will see a command to get_content. That loads in all of the modules for that page. You can control the sort order of them within that section. But it doesn't load hooks. With hooks, you have to add code to load them in. They are easier to write than modules but can't be sorted with the modules. So which you use depends on what you want to do. If you just want to add a banner to a page that doesn't change, a hook might be the best choice. But if you want to be able to control it a little more easily, the module would be better. But before you do any of that, look at already completed addons. The jssor slider will do what you want and save you a lot of time coding. And there are quote a few other banner-type modules beside that one. -
That is a known problem I introduced in the last update. I will get a fixed version updated. The problem was mentioned in the support thread for that addon. This thread is not for that addon.
-
Dnj1964 reacted to a reply to a status update: Hi Jack, I read on the forum you use Paypal Pro. Just implemented it on our site thro
-
Regarding the contribution: Edit pages via Admin
Jack_mcs replied to fantomen's topic in General Add-Ons Support
Then in that case, Information Page SEO is the only choice. -
It should be the other way around. There is a setting to ignore products if the quantity is less than 1. If it were really failing like you say, none of your products would be in the feed, assuming they have a quantity. It might be that you have that option set so when you change the quantity to 0 the failing product was ignored. If that is the case, I suggest creating a new product you can test with. Just enter a short name, price and quantity. Run the feed and make sure the new product shows up in it. If it does, copy some of the things from the failing product, like its description, into the working one and run the feed again. Somewhere along the way the test product should fail.
-
@Adam_MaynardTry changing these define('HTTP_COOKIE_PATH', ''); define('HTTPS_COOKIE_PATH', '/'); define('DIR_WS_HTTP_CATALOG', ''); define('DIR_WS_HTTPS_CATALOG', ''); to these define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', '/'); If that doesn't help, please answer all of the other questions asked.
-
Regarding the contribution: Edit pages via Admin
Jack_mcs replied to fantomen's topic in General Add-Ons Support
@fantomenIf you are looking for addon that is just plug n' play, that won't happen due to what is needed to make it work. Information Pages SEO is ready for CE but it requires a few code changes. You might also want to look at Text Master. It is a very simple install but you will need to either edit the definitions or install the compatibility addon. -
Please post your includes/configure.php file here (without the database credentials at the bottom of it) so someone can take a look. Also, is this a new site or was it working before? If it was working before, has anything changed, like moving hosts or installing addons?
-
That's not a clear answer, though you probably wouldn't know that. The official version uses that number but so do some of the CE versions, and the installation is different for those two. Do you recall where you downloaded the package from - here or github? In either case, the instructions are not very good, I'm sorry to say. If you used the install from the Version_CE directory, that assumes you have the modular checkout addon installed. If you used the Version_2.3.4 install, that is probably the one you want but the instructions are sparse. In my defense, I hurried the release because the addon it is meant to replaces would not work in 2019. I will be improving upon the instructions when I can find the time. I do apologize to you, and to anyone else, that have problems due to the instructions.
-
-
-
You could. But how will you know if the IP belongs to a legitimate customer or not?