BrockleyJohn Posted January 7, 2017 Share Posted January 7, 2017 Hello Chrome browser doesn't autofill saved password for returning customer sign in at login.php, other browser such as IE, Edge, Firefox do autofill saved password. Seems issue with browser rather than store setting. Any advice is welcome, thanks in advance. Chrome Version 55.0.2883.87 m (on desktop): autofills name and password Settings / Passwords and forms / tick Enable Autofill and Offer to save passwords with Google Smart Lock You're right about it being browser not osc Contact me for work on updating existing stores - whether to Phoenix or the new osC when it's released. Looking for a payment or shipping module? Maybe I've already done it. Working on generalising bespoke solutions for Quickbooks integration, Easify integration and pay4later (DEKO) integration at 2.3.x Link to comment Share on other sites More sharing options...
Stephan Gebbers Posted January 18, 2017 Share Posted January 18, 2017 Thanks for the great work! Any idea when there will be a new milestone release? i tried to keep up and to add all code changes that happend since the announcement of the Gold Release but i failed now. i'm no Github expert, so i basicly tried to stay updated using the github changes to the project and beyond compare 2. So i compared my files to the updated ones from github. i would like to start over with a new BS "milestone" release. Thatswhy the initial question. btw: is there a "right" or "recommended" way to stay updated on the code? The point is, i need to make some changes to the code myself but those are not part of the BS github repository Regards, Stephan Link to comment Share on other sites More sharing options...
tmccaff Posted January 19, 2017 Share Posted January 19, 2017 I wanted to know if I am doing this correctly please: On github I forked a copy than I made a copy of yours to a new name. Now to code I should make another directory in my copy not the fork one and work on that? I am kind of confused on how I can code, etc without messing with the master. Link to comment Share on other sites More sharing options...
burt Posted January 19, 2017 Author Share Posted January 19, 2017 Espanol branch: https://github.com/gburton/Responsive-osCommerce/tree/Espanol Looking for native Spanish speakers to get it off the ground, I will accept commits on an as-is basis taking your translations at face value. TY. Same can be done for any other languages if we have natives of those languages who can give the time required to translate. PM Me if that is you. Link to comment Share on other sites More sharing options...
BrockleyJohn Posted January 21, 2017 Share Posted January 21, 2017 I wanted to know if I am doing this correctly please: On github I forked a copy than I made a copy of yours to a new name. Now to code I should make another directory in my copy not the fork one and work on that? I am kind of confused on how I can code, etc without messing with the master. See this thread for a lot of info and background on using Github and Sourcetree: http://www.oscommerce.com/forums/topic/407425-sourcetree-and-github-leader-needed/ The short answer to your question is you make a branch for your own project changes so you don't mess with the master. If you'd like more help with how to do this, please ask for it in the other thread so we can try to keep the topics focussed. Good luck! Contact me for work on updating existing stores - whether to Phoenix or the new osC when it's released. Looking for a payment or shipping module? Maybe I've already done it. Working on generalising bespoke solutions for Quickbooks integration, Easify integration and pay4later (DEKO) integration at 2.3.x Link to comment Share on other sites More sharing options...
burt Posted January 22, 2017 Author Share Posted January 22, 2017 Espanol branch, admin side is fully translated. Thank you to @@raiwa and @@piernas Link to comment Share on other sites More sharing options...
annuity Posted January 25, 2017 Share Posted January 25, 2017 @@burt Just noticed that Category title seo override isn't working on my shop. Running up to date Edge version on php 7. Category breadcrumb override is working fine and so are both product seo overrides. I haven't made any changes i can think of that would cause this to stop working. Can you confirm it should be working on a fresh install? If so i can then investigate further. Link to comment Share on other sites More sharing options...
BrockleyJohn Posted January 25, 2017 Share Posted January 25, 2017 @@burt Just noticed that Category title seo override isn't working on my shop. Running up to date Edge version on php 7. Category breadcrumb override is working fine and so are both product seo overrides. I haven't made any changes i can think of that would cause this to stop working. Can you confirm it should be working on a fresh install? If so i can then investigate further. On a fresh install of latest Edge, category works the same as product; page/tab title and navbar are overridden while the actual title above the description remains unchanged: http://bromleybr.co.uk/bsgit/index.php?cPath=1_17 Contact me for work on updating existing stores - whether to Phoenix or the new osC when it's released. Looking for a payment or shipping module? Maybe I've already done it. Working on generalising bespoke solutions for Quickbooks integration, Easify integration and pay4later (DEKO) integration at 2.3.x Link to comment Share on other sites More sharing options...
greasemonkey Posted January 25, 2017 Share Posted January 25, 2017 @@burt are there plans to update the admin to $_POST and $_GET? Link to comment Share on other sites More sharing options...
burt Posted February 1, 2017 Author Share Posted February 1, 2017 @@burt are there plans to update the admin to $_POST and $_GET? At some point in the near future... I need more help to plow through these things... Link to comment Share on other sites More sharing options...
burt Posted February 1, 2017 Author Share Posted February 1, 2017 Espanol Update, 27 out of 34 tasks done: https://github.com/gburton/Responsive-osCommerce/issues/480 I should be able to get "main language files D thru T" and "main espanol language file" done today. At that point I then need native Spanish speakers to take charge of the remaining tasks. Link to comment Share on other sites More sharing options...
piernas Posted February 1, 2017 Share Posted February 1, 2017 @@burt I can do it this afternoon I think. Link to comment Share on other sites More sharing options...
burt Posted February 1, 2017 Author Share Posted February 1, 2017 @@piernas thank you, there is no hurry. Link to comment Share on other sites More sharing options...
burt Posted February 3, 2017 Author Share Posted February 3, 2017 We still have forward movement; @@BrockleyJohn has fixed up some more files for the new equal heights system; https://github.com/gburton/Responsive-osCommerce/commit/a5795569692c1914e4fd034214e4b3751ee30587 Spanish language pack is at 32 out of 34 tasks complete, with work ongoing on the 33rd task; https://github.com/gburton/Responsive-osCommerce/issues/480 Thank you to @@raiwa, @@piernas, @@katapofatico I have just PR'd superglobals in the Admin https://github.com/gburton/Responsive-osCommerce/pull/503 This is http_*_vars to _* Link to comment Share on other sites More sharing options...
Lioelx Posted February 3, 2017 Share Posted February 3, 2017 Hi, I have changed theall vars $HTTP_POST_VARS and $HTTP_GET_VARS, months ago on admin & shop and I have not noticed any fault. Regards No external links here, thank you Link to comment Share on other sites More sharing options...
burt Posted February 4, 2017 Author Share Posted February 4, 2017 Hi, I have changed theall vars $HTTP_POST_VARS and $HTTP_GET_VARS, months ago on admin & shop and I have not noticed any fault. Regards Thanks for sharing that work ;) Link to comment Share on other sites More sharing options...
burt Posted February 4, 2017 Author Share Posted February 4, 2017 More forward movement, now the also purchased module is a proper Content Module. Does anyone use the stock "also purchased"? Link to comment Share on other sites More sharing options...
douglaswalker Posted February 4, 2017 Share Posted February 4, 2017 @@burt Hi Gary, I use an almost stock version..added a very useful feature which can limit the number of days of orders which are searched so in big shops the query doesn't take to long. The limit is set in config. I can send it over if you like Doug Link to comment Share on other sites More sharing options...
burt Posted February 4, 2017 Author Share Posted February 4, 2017 @@burt Hi Gary, I use an almost stock version..added a very useful feature which can limit the number of days of orders which are searched so in big shops the query doesn't take to long. The limit is set in config. I can send it over if you like Doug Now the stock one is a module Doug, it's easy for anyone to make a module to use instead of it. So your mods would go into a new module (if you wanted to build it). G Link to comment Share on other sites More sharing options...
douglaswalker Posted February 4, 2017 Share Posted February 4, 2017 Will give it a go :thumbsup: Link to comment Share on other sites More sharing options...
Lioelx Posted February 4, 2017 Share Posted February 4, 2017 Thanks for sharing that work ;) Sorry @@burt, but i dont have a fresh installation of 2.3.4 bootstrap, all changes makes on live shop. i sharing other works like a translations. If you tell me that files from the store are not modified by addons, I send them with the changed variables. No external links here, thank you Link to comment Share on other sites More sharing options...
burt Posted February 6, 2017 Author Share Posted February 6, 2017 @@Lioelx https://github.com/gburton/Responsive-osCommerce/issues/480 Paypal App and all Payment Modules need attention. Thank you. Link to comment Share on other sites More sharing options...
Howmessages Posted February 7, 2017 Share Posted February 7, 2017 For some reason it is not possible to write reviews to my site in the latest version of the Bootstrap community version. The code is not changed yet after clicking the next button, the page just reloads but with the ?action=process&products_id=number Maybe this is something that does not work correctly on this version, or maybe it is just me. I can't seem to find the problem though. No one who can help me with this? Link to comment Share on other sites More sharing options...
BrockleyJohn Posted February 7, 2017 Share Posted February 7, 2017 No one who can help me with this? It works fine for me: http://bromleybr.co.uk/bsgit/product_reviews.php?products_id=29 Didn't see a 'next' button anywhere along the line, though. Msg me a link to your site and I'll have a look. Contact me for work on updating existing stores - whether to Phoenix or the new osC when it's released. Looking for a payment or shipping module? Maybe I've already done it. Working on generalising bespoke solutions for Quickbooks integration, Easify integration and pay4later (DEKO) integration at 2.3.x Link to comment Share on other sites More sharing options...
Howmessages Posted February 11, 2017 Share Posted February 11, 2017 It works fine for me: http://bromleybr.co.uk/bsgit/product_reviews.php?products_id=29 Didn't see a 'next' button anywhere along the line, though. Msg me a link to your site and I'll have a look. Thank you for your response. The link was very helpfull. I've written a review on your site to see the differences in the sites and thus was able to fix the problem. Since I use SSL, all the content needs to be linked in https. The link/next button to place the written review wasn't and looped back to te same page. Chaning it, solved the problem. Help is not needed anymore. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.