Page 136 of 169 FirstFirst ... 3686126134135136137138146 ... LastLast
Results 1,351 to 1,360 of 1681
  1. #1351
    Join Date
    Jan 2010
    Location
    France
    Posts
    281
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    Spiders have to see the exact name of the link as it has always been, I would like an expert SEO opinion as to what impact will this url do not bring anywhere? Also, it is not possible to know where visitors are, what page they are visiting, of course, who is online is just about to know what the visitors are doing.
    Giovanni,
    Zen Cart V2.1

  2. #1352
    Join Date
    Jan 2010
    Location
    France
    Posts
    281
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    by doing local tests I noticed that on some products I get this kind of warning

    Name:  Schermata 2017-09-01 alle 09.17.47.png
Views: 46
Size:  16.2 KB
    Giovanni,
    Zen Cart V2.1

  3. #1353
    Join Date
    Jan 2010
    Location
    France
    Posts
    281
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    another thing I noticed is that the DPU needs this file jscript_jquery.min.php to work, then it is not part of the package.

    PHP Code:
    <script type="text/javascript">
    if (
    typeof jQuery == 'undefined') {
        
    document.write(unescape("%3Cscript src='//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js' type='text/javascript'%3E%3C/script%3E"));
    }
    </script> 
    Giovanni,
    Zen Cart V2.1

  4. #1354
    Join Date
    Jul 2012
    Posts
    16,799
    Plugin Contributions
    17

    Default Re: Dynamic Price Updater

    Quote Originally Posted by diamond1 View Post
    by doing local tests I noticed that on some products I get this kind of warning

    Name:  Schermata 2017-09-01 alle 09.17.47.png
Views: 46
Size:  16.2 KB
    Based on the above, I have to ask why have you either disabled zcJS or modified the DPU code not to use it although it has been recommended by the core developers to use zcJS and at least the associated ajax.php file?
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  5. #1355
    Join Date
    Jul 2012
    Posts
    16,799
    Plugin Contributions
    17

    Default Re: Dynamic Price Updater

    Quote Originally Posted by diamond1 View Post
    another thing I noticed is that the DPU needs this file jscript_jquery.min.php to work, then it is not part of the package.

    Did you also happen to notice that the reference used there is to load it over the Internet instead of from your local fileset? How would such a set of files be included? Besides that, there has been a statement made by the ZC software moderator that such files should not be included in the package itself as using any recent version of ZC automatically includes such a file. Further the script operates such that it only attempts to load the associated file if one hasn't already been loaded, this way there should not be any conflict by loading this plugin in conjunction with any other that is up-to-date.


    If anything, I'd say that what has been pointed out is that likely the reference to the version is a little dated, though I doubt it plays a factor as a result of the above.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  6. #1356
    Join Date
    Jul 2012
    Posts
    16,799
    Plugin Contributions
    17

    Default Re: Dynamic Price Updater

    Quote Originally Posted by diamond1 View Post
    Spiders have to see the exact name of the link as it has always been, I would like an expert SEO opinion as to what impact will this url do not bring anywhere? Also, it is not possible to know where visitors are, what page they are visiting, of course, who is online is just about to know what the visitors are doing.
    If you are looking for a specific answer to a specific question (even though in this case it was brought up as a result of this plugin) I would suggest initiating a new thread about the use of ajax.php and it's relationship to SEO. Then to provide a link here associated to that for interested readers.


    As far as SEO "seeing" the link as it always was: what you see in who's online is data associated to what ZC has collected about the navigation within the software/site. It is not necessarily what a search engine sees. Though a search engine may put together the javascript parts to attempt to replicate performing the same action as a user. For this plugin, the effect is a change to the page/product price not necessarily "new content". There are ways to advise to the likes of google the variations in price unrelated to the operation of this plugin through the use of micro-data which is a discussion for a different thread.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  7. #1357
    Join Date
    Jan 2010
    Location
    France
    Posts
    281
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    HTML Code:
    Based on the above, I have to ask why have you either disabled zcJS or modified the DPU code not to use it although it has been recommended by the core developers to use zcJS and at least the associated ajax.php file?
    First of all thank you for what you do for our community, I do not understand well I apologize, I have to translate in French with google and that's another thing. I have the original dpu files what do you mean zcJS disabled?




    HTML Code:
    Did you also happen to notice that the reference used there is to load it over the Internet instead of from your local fileset? How would such a set of files be included? Besides that, there has been a statement made by the ZC software moderator that such files should not be included in the package itself as using any recent version of ZC automatically includes such a file. Further the script operates such that it only attempts to load the associated file if one hasn't already been loaded, this way there should not be any conflict by loading this plugin in conjunction with any other that is up-to-date. 
    
    
    If anything, I'd say that what has been pointed out is that likely the reference to the version is a little dated, though I doubt it plays a factor as a result of the above.
    the file did not sit in the zencart distribution I added because in test version 1.5.4 was the only file I had in and where dpu worked and if i removed the jscript_jquery.min.php file DPU it does not work.

    Yes for the rest I can ask in the SEO section however you should see in whois online the visitors where they are but you do not have to have the whois online in zencart
    Giovanni,
    Zen Cart V2.1

  8. #1358
    Join Date
    Jul 2012
    Posts
    16,799
    Plugin Contributions
    17

    Default Re: Dynamic Price Updater

    Quote Originally Posted by diamond1 View Post
    HTML Code:
    Based on the above, I have to ask why have you either disabled zcJS or modified the DPU code not to use it although it has been recommended by the core developers to use zcJS and at least the associated ajax.php file?
    First of all thank you for what you do for our community, I do not understand well I apologize, I have to translate in French with google and that's another thing. I have the original dpu files what do you mean zcJS disabled?




    HTML Code:
    Did you also happen to notice that the reference used there is to load it over the Internet instead of from your local fileset? How would such a set of files be included? Besides that, there has been a statement made by the ZC software moderator that such files should not be included in the package itself as using any recent version of ZC automatically includes such a file. Further the script operates such that it only attempts to load the associated file if one hasn't already been loaded, this way there should not be any conflict by loading this plugin in conjunction with any other that is up-to-date. 
    
    
    If anything, I'd say that what has been pointed out is that likely the reference to the version is a little dated, though I doubt it plays a factor as a result of the above.
    the file did not sit in the zencart distribution I added because in test version 1.5.4 was the only file I had in and where dpu worked and if i removed the jscript_jquery.min.php file DPU it does not work.

    Yes for the rest I can ask in the SEO section however you should see in whois online the visitors where they are but you do not have to have the whois online in zencart
    So a couple of things. On my side, I apologize to all for assuming that the site in question was a ZC 1.5.5e site based on the current tagline which states so. (future readers, this tag line may be different and therefore any posts by the OP stating to see the tagline should be taken with a grain of salt). Secondly for not asking directly which version was involved.

    That said, ZC 1.5.4 comes with the same or similar jscript_framework.php file as in ZC 1.5.5 in the folder includes/templates/template_default/jscript. That file, when incorporated with the current template will provide zcJS which is preferred over the included/legacy XHR that was kept with this plugin for compatibility and potential of others having built on it.

    Also, it was pointed out aboutthe jquery file not being included (whether in whole or by "reference". Looking through the file structure, it is not present as identified, though there was a bit of a language barrier issue/misinterpretation on my part. I thought the concern was not having provided the referenced file. The concern was that there was nothing that ensured that jquery (or rather javascript) was loaded.

    So, from that short discussion there are improvements available to be made to the instruction to cover these two topics and possible an "alternate" folder to provide the loading of jquery if something is not there already.

    So, on the issue of the pop up message. It occurs when zcJS is not used, the enquiry to the system is complete and the status response is not 200. It could be a response of no change or some other result. To identify, would suggest monitoring the network traffic through the browser and noting the response that occurs when that message is presented. It may be something to "catch".

    As to the data in who's online... this plugin with the unique data that is at the beginning of the displayed url identifies that the visitor is looking at a product. Then with the provided modification, the pertinent data such as the products_id (unique identifier) and if present the category is provided. Therefore, one can tell at least when/where such info is made available what is being looked at. Generally speaking, any product type (main_page=PRODUCT_TYPE_info) could be substituted to see the actual product if it was not familiar to the admin.

    Hope that helps.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  9. #1359
    Join Date
    Jan 2010
    Location
    France
    Posts
    281
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    DPU is installed both in zencart 1.5.4 and in zencart 1.5.5 as in the signature, the problems are identical on the two distributions of zencart 1.5.5 and 1.5.4, I also noticed that if there are no attributes the price remains zero . someone can tell me if he has installed DPU and that he has no problems I can give me a link. I also do the prose both locally and online when I can for a few seconds and the errors are both local and online.
    Giovanni,
    Zen Cart V2.1

  10. #1360
    Join Date
    Jan 2010
    Location
    France
    Posts
    281
    Plugin Contributions
    0

    Default Re: Dynamic Price Updater

    for the fact that if there are no attributes the price and zero I already had time to tell it but I did not have an answer

    https://www.zen-cart.com/showthread....pdater/page131 post 9
    Giovanni,
    Zen Cart V2.1

 

 

Similar Threads

  1. v151 Help with dynamic price updater
    By anderson6230 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 23 Jul 2014, 08:52 AM
  2. v139h Dynamic Price Updater 3.0 Help!
    By Newbie 2011 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 12 Mar 2014, 06:46 AM
  3. Dynamic Price Updater Error
    By Inxie in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 26 Oct 2012, 06:19 PM
  4. Alternative to Dynamic Price Updater?
    By thebigkick in forum General Questions
    Replies: 0
    Last Post: 9 Jul 2012, 11:41 PM
  5. Dynamic Price Updater with href
    By maxell6230 in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 1 Mar 2012, 12:34 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR