quick checkout and seo mod issue?

Discussion in 'TemplateCodes' started by EnergyFreak, Mar 25, 2011.

  1. EnergyFreak Customer

    Hi,

    Has anyone had an issue when activating both quick checkout module and SEO mod at the same time? When I activate both the quick checkout module no longer works. I have checked the forum to try and find threads with the same issue and was unable to. I have changed nothing in the quick checkout core files. I have only touched the .tpl files and the CSS. My layout.tpl has this line at the top of it as written in the instructions:

    <base href="{$smarty.const.URL}/" />

    Also I tried removing this line in the .htaccess which seem to be rewriting urls of the checkout steps:

    RewriteRule ^usercheckout\.html$ usercheckout.php [NC,QSA]

    But this has done nothing either, so now I am clueless as what the issue could be.

    Thanks.
  2. seymourjames All Hands On Deck

  3. EnergyFreak Customer

    Perhaps I just need an updated SEO module like you mentioned. But I will have to wait for this to because I need to purchase more support to be able to download it.
  4. seymourjames All Hands On Deck

    Mais Oui,

    Je t'ai dis déja.

    READ THE POST.
  5. Mike-N-Tosh Developer & Moderator

    This is most likely what the issue is, an out of date version of the module, however before making the assumption that this IS the issue, perhaps you should first post what version of the SEO Module that you have. I believe, but certainly could be mistaken, that the current version is v2.1.1.

    It would be kind of silly to go through all that process only to find out that you actually have the current version.
  6. seymourjames All Hands On Deck

    The module before and after worked on demo. It has always worked on demo. It only stops working if

    1. You modifed code (I did not change anything except ...)
    2. You do not have an SEO module which matches the current version of your core software (Mikes post).
    3. You were caught by the faux pas as in the post.
  7. EnergyFreak Customer

    @ Mike My version is quite old. It is the version v2.1.1. I installed it about a year ago maybe a little more. Also I sent an email to Blair and he told me there was a new version available, although I did not mention my current version so it might be the same as my current one.

    @David I tried it on the untouched alpha template and activated the SEO Mod and it does not work as well, so it is most likely my old version of SEO Mod.
  8. seymourjames All Hands On Deck

    My version is 2.1.1 so the plot thickens. does yours have a hooks.php file in it?

    * @version $Revision: 22 $

    * @Updated: $Date: 2009-11-17 15:16:08 -0500 (Tue, 17 Nov 2009) $
  9. EnergyFreak Customer

    I have this:

    * @version $Revision: 23 $
    * @Updated: $Date: 2009-11-30 14:59:55 -0500 (Mon, 30 Nov 2009) $

    I think my version is even newer... hmm... I guess were back to stage 1.
  10. John Snyder Staff

    Module version found in config.php

    You can find the version in the module's config.php file.

    PHP:

    /*
    | -------------------------------------------------------------------
    | Module Version
    | -------------------------------------------------------------------
    | Current version of the module.
    |
    */
    $data['module']['version'] = "v2.3";
    This is from the latest release, though it should be noted that it will only work with 4.2.2 or newer.

    Version 2.2 of the seo module should be the latest to work with installations prior to 4.2.2.
  11. John Snyder Staff

    @david
    You probably are showing 2.1.1 because you have to click upgrade to set the new version, or uninstall seo and reinstall it. I'm pretty sure your demo is running 4.2.2 and the latest seo module correct?

    @EnergyFreak
    What version of 68 Classifieds do you have?
    What is the version in your seo module's config.php file?
    I would recommend updating to 4.2.2 and at the same time getting the latest seo module. If you are not willing to do that, submit a ticket and I'll see what I can do about getting you the right seo module for your version.
  12. seymourjames All Hands On Deck

    He will need new TC modules too if he updates.
  13. EnergyFreak Customer

    My version of 68 clasifieds is: v4.1.10 Designer
    My version of the mod from the config.php is: $data['module']['version'] = "v2.1.1";
    * @Updated: $Date: 2009-11-30 15:00:19 -0500 (Mon, 30 Nov 2009) $

    I will run a battery of tests to try to pinpoint the issue. If I really need to upgrade to the latest version I might be doing that but not right away because I am not capable of doing so yet. Also it would require me to purchase the upgrade from David as well.

    I would think that it is some sort of javascript error. The checkout is shown as if there were no javascript, I attached a screenshot.

    Attached Files:

  14. seymourjames All Hands On Deck

    For the time being just run your site without the search engine friendly urls. Your version of 68C is probably out of sync with the search engine friendly module.
  15. EnergyFreak Customer

    I don't think it is out of sync because it works flawlessly on my real website with the same 68 classifieds version as my test site. So it is something else, but I will inspect further once I upgrade.
  16. seymourjames All Hands On Deck

    Well then you have changed something in the QC module as very first suggested and we go round in circles. QC module urls do not get rewritten.
  17. EnergyFreak Customer

    Okay all the testing has been done. An untouched QC module has been tested with your version of untouched alpha template and the issue is still there. Therefore I can only conclude that there is either a compatibility issue with my 68 classifieds version and the SEO Mod and that when both mods (SEO + QC) are activated it is causing the QC module to break.

    David you will not be able to re-create my issue because your 68 classifieds version is not the same as mine. This will stay on hold until I upgrade my 68 classifieds version.

Share This Page