Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

radhavallabh

Members
  • Posts

    711
  • Joined

  • Last visited

Everything posted by radhavallabh

  1. Hi, I just installed this great addon but the display of the estimator on shopping cart is messing up- It springs up extra tr tags with seperator gifs thereby giving long spaces between tables. Can you please help me solve the issue- I am using oscommerce 2.3.4 It can be viewed at http://radhavallabh.com/radhakrishna-store/shopping_cart.php Your help will be deeply appreciated; Thanks in advance.....
  2. @@Jack_mcs Thank you for explaining this... Wow it seems like an awesome addon .. I am surely installing it, Will surely get back if I face any issue... ;) Is there a demo link too to see it in action? Warm Regards...
  3. Hi @@Jack_mcs, It seems like a great addon; Could you please explain me the exact benefit of the addon , As I am a little confused about its use. Does it help in products being indexed in google or something else too. I use oscommerce 2.3.4
  4. @@auzStar Hi! Wow! Can this work on mine as well?? without the separate ajax pages.... :)
  5. @@Dr. Rolex Hi will this addon work if I do not have php_apc installed on my server (Shared hosting)?
  6. @auzStar Got it I added the sort div link for replace like the buy link at the end of the ajax-index.php !!! Thanks again for your wonderful help... :D
  7. @@auzStar Hi, I am having a small issue; When I click the filter the display is cool; But after that if I select any of the sort option i.e. price, weight etc it displays the store incorrectly could you pls check. eg:- 1st step I did was click a filter option 2nd step I selected sort by weight hence The ajax-index.php opened as a page I tried commenting out the sort, page and filter ajax script from ajax-index.php but yet it is breaking the display.. Could you pls guide me where am I going wrong; Warm Regards.....
  8. @@auzStar I pasted the code in template bottom.php It is working like a charm....... Many Many Thanks..... :thumbsup: :D :D Yes I removed the submit part on the price range filter.... and pasted the function there It is giving an error on filter.js at line 63 'e is not defined' starts with.... stop: function(event, ui) { Oh got it its working now.... stop: function(e, event, ui) (w00t) :D Thanks soooo much for helping me out through all this stuff , You are just awesome!!!!!!!! :thumbsup: :thumbsup: Warm Regards.....
  9. @@auzStar Hi, Good Morning... :) I edited the ajax-index.php as directed by you; :thumbsup: :D I added the function to the price range filter also, but it does not seem to work could you please check and guide me where am I going wrong on it; Awaiting your response.... Warm Regds...
  10. @@auzStar Thank you I have made the changes to the code..... The Loader is working perfectly (w00t) :D :D :D :thumbsup: Sorry for it being slow :blush: if you have any suggestions that could make it faster please do tell I will surely work on them and get it better. I just noticed this point when you highlighted it....Yes please it would be great if I had the sort and page to work as ajax as well.. Please guide me on how to edit the template bottom.php I greatly appreciate you valuable time and help.... Awaiting your early response; Warm Regds..... @@Tsimi :D :thumbsup: Thank you too for being a valuable support throughout and helping me on many paths...Hope we all go a long way in achieving our goals; Sure I will try to post the edits as much clearly as possible :) Warm Regds....
  11. @@auzStar It is working Now...... (w00t) :thumbsup: :D :) :) :) :) o:) You Rock!!!!!!!!!!!!!!!!! I am so happy and grateful to you for helping me throughout this....... Now the issue is that it hangs for a few seconds while loading the products so can we show a loading image on top so let the customers know that it is loading. Awaiting your response and many many thanks once again, Warm Regards...
  12. @@auzStar Yes I made the alterations as you suggested; But the js files giving a not found error in console... So shall I add complete url for the js instead i.e http://www.......... Yes these are from the category filter module which is not in use currently... Awaiting your response; Warm Regards...
  13. @@auzStar Yes nw is a hidden field from category filter addon so I commented it out in ajax-index.php //include(DIR_WS_MODULES . FILENAME_FILTER_PROCESS); // include(DIR_WS_MODULES . FILENAME_FILTER_FORM); But it is still processing 'nw' in the URL The 1=7 is processed in filter.php (after the script all the js files are included here at the bottom). Awaiting your response; Warm Regards....
  14. @@auzStar Yes even I noticed the 'nw' but although going through several times I am not able to figure out how is this adding to the url. :unsure:
  15. @@auzStar Hi, Good Morning :) Yes I could see the filter parameters being appended in the console. I have made the changes Live currently please could you check... I also noticed the osc id is also appending to the URL Awaiting your response; Warm Regds...
  16. @@auzStar Hi; I did as you said products are now displaying... The url is getting appended in the developer console :D getting closer now... But the filtering is not taking place.... Awaiting your response; Warm Regards
  17. @@auzStar Sorry No I just thought so.... Filter.php just holds subqueries and js files..... :blush: That is what I said my little knowledge....
  18. @@auzStar I did it... :) I have noticed a point which may be right or wrong due to my little knowledge... :unsure: On filter.js - Do we need the filter.php to process and pass the form data to ajax-index.php for the serialized data to append after the url... As previously (on filter.js) when the url was filter.php and not ajax-index.php the serialized data was getting appended to it but as url was wrong the page returned blank... Awaiting your response; Warm Regds...
  19. Hi, Thanks for the update.... Just updated this live :thumbsup: The below are from the category filter module bit it is not in use currently... hence can be easily ignored..... include(DIR_WS_MODULES . FILENAME_FILTER_PROCESS); include(DIR_WS_MODULES . FILENAME_FILTER_FORM); Latest Update----Now when I filter with any checkbox options it says There are No products yet... Warm Regds...
  20. @@auzStar Hi, Good Morning; Thank you so much for helping me out with this...... :D I have messaged you the links to the code please check I will edit the filter.js with your above code right away Awaiting your early response.... Warm Regards...
  21. Hi @@auzStar I did as you said and update the above with ajax-index.php and edit the file as directed by you..... But again it is giving a blank response.. and refreshing the center div only.... I added all code from my index.php to ajax-index.php leaving out the template-top.php and template-bottom.php includes... and changed var bodyContent_listing = $("#left-div .contentContainer"); How should I move forward please could you guide me.... One more thing I came across this kind of code in google can it help us in achieving what we want----- I am not a pro so could not understand the below completely.... :blush: function showRequest(formData, jqForm, options) { var queryString = $.param(formData); $('#left-div').animate({opacity: 0.2}, 200); /////I inserted #left-div in place of #div queryString='?'+queryString; history.replaceState({ foo: "bar" },"Jesus saves",document.location.pathname.toString()+queryString); return true; } function showResponse(responseText, statusText) { $('#left-div').animate({opacity: 1}, 200); }// JavaScript Document Is this kind of thing helpful if yes how can it be used..... Awaiting your response Warm regds...
  22. Okay I will do as you said and update the above with ajax-index.php and edit the file as directed by you..... One more thing I came across this kind of code in google can it help us in achieving what we want----- I am not a pro so could not understand the below completely.... :blush: function showRequest(formData, jqForm, options) { var queryString = $.param(formData); $('#left-div').animate({opacity: 0.2}, 200); /////I inserted #left-div in place of #div queryString='?'+queryString; history.replaceState({ foo: "bar" },"Jesus saves",document.location.pathname.toString()+queryString); return true; } function showResponse(responseText, statusText) { $('#left-div').animate({opacity: 1}, 200); }// JavaScript Document Is this kind of thing helpful if yes how can it be used..... Warm regds...
  23. Shall we try $("#form_srch") in place of $(this.form)..... I tried doing this........ it appends the filter parameters to the below url instead of the index.php.... http://www.radhavallabh.com/radhakrishna-store/more/filter/filter.php Hence does not refresh page or even filter does not work Then I tried replacing the url to index.php the whole page working breaks and site goes into error state.... So we need to pass the above parameters to the index.php which triggers the refresh of left div only..... :unsure: Hope our efforts get this working .....
  24. @@auzStar Wow it is at least now refreshing the left-div only and not the whole page :) But products are not getting listed; I even checked the URL in url bar it is not getting appended with filter attributes..... I thing we are getting closer :D Awaiting your valued response.... Warm Regds....
  25. @@auzStar The filter.php processes the subqueries...... all the jquery files and filter.js are called here (which hence completes the submit process)... I have just updated the code you suggested above and testing it will just update you on its working
×
×
  • Create New...