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 went through this add-on previously but the main issue I am facing is getting it working with the complete category generation script on that file. IT shows on how to use it with array; text and cfgqueries beautifully. But when I tried incorporating it in my category file the whole script broke. Please if you could guide me in more detail.. it would be great Awaiting your valuable response Warm rgds Radhavallabh
  2. Hi, Can we use this addon to cache a output out a custom-categories.php fiile which outputs the nav bar in header of the store? Your guidance on this will be really helpful, Hope I could use your wonderful addon for this too.... The Category nav bar generated can be seen on my store at http://www.radhavallabh.com/radhakrishna-store Awaiting your respose; Very warm Regds/ radhavallabh
  3. @@beerbee Thank you so much .... It works great. Your help is deeply appreciated. Warm Regds/ Radhavallabh
  4. @@auzStar Hi, I just saw the more updated and also the awesome fading effect of youraddon... Is it possible to update the 2.3.4 version of your addon too... The one we customized earlier.... It will be very helpful..... Thank you for this awesome work it works beautifully.... Regards/ Radhavallabh
  5. Hi, Is there a compatible version available for oscommerce 2.3.4 standard also.... Your help on the same will be deeply appreciated... Regds; Radhavallabh
  6. Hi, Please could you help to know which addon for Modal Shopping Cart will be perfect and suitable to work for 2.3.4 standard..... Regards/ Rdahavallabh
  7. Hi, Please could you help to know which addon for Modal Shopping Cart will be perfect and suitable to work for 2.3.4 standard..... Regards/ Rdahavallabh
  8. @@BrockleyJohn Sorry for the deviated topic post... :blush: Will surely use a new topic for further ones...... ;) Thanx for the fix... Thank you so much for helping me out through this in getting all the stuff working...... I will always be grateful... Warm Regards/ Radhavallabh :) :thumbsup:
  9. @@BrockleyJohn I use this button for updating quantity how can I add SSL to it so that the warning does not show..... <div class="shopping_cart_refresh">'. tep_draw_button(IMAGE_BUTTON_UPDATE, 'refresh') . '</div>
  10. @@BrockleyJohn (w00t) :thumbsup: :thumbsup: :thumbsup: :D It is now working like a charm .... No problems at all...... I am so happy Thank you soooo much for helping me finally fix this issue. I am so grateful just cant express my gratitude enough. Sorry but I may trouble you with One more thing how can I make all the links in shopping cart.php to work as SSL on refresh... .That is the product link, Remove button, and the Quantity Update button All refresh the cart to the HTTP version on updating it thereby showing a warning of transferring to a insecure enviroment. Thanks again.... Regards/ Radhavallabh :) :)
  11. @@BrockleyJohn Yes I did notice even when I did not use 'urlencode' and the fix ....the products without the attributes redirected to there respective urls perfectly... But products those with attributes redirected to index.php.... But now after using urlencode and your fix.... The products without attributes redirect the same way too and those with attributes are redirecting to the same base urls like the without ones.
  12. @@BrockleyJohn I just tested With SEO urls off the URL returns with the attributes selected on the product page..... But with SEO URLs on it is redirecting to the product page without the attributes....
  13. @@BrockleyJohn Wow it seems it has almost reached to a fix ... (w00t) I tested this URL http://............dress-p-3573%7B2%7D15%7B38%7D250%7B43%7D343%7B36%7D327%7B50%7D430%7B51%7D450.html The Dump gives below array(1) { ["products_id"]=> string(44) "3573{2}15{38}250{43}343{36}327{50}430{51}450" } And on click The URL now redirects to...... The Product's page without the attributes http://..........dress-p-3573.html :thumbsup: I am almost jumping with joy mid way..... Thank you so much..... For helping me to get this far atleast............ :D
  14. @@BrockleyJohn I get this array(1) { ["products_id"]=> string(44) "3573{2}14{38}250{43}337{36}241{50}430{51}450" } URL was http:............product_info.php?products_id=3573{2}14{38}250{43}337{36}241{50}430{51}450
  15. @@BrockleyJohn I used that code still it is returnurning the same issue the product URL is redirecting to the index.php :( ...
  16. Hi, Thank you for your valued response @@Jack_mcs Please could you elaborate on how and where to add the urlencode in the html_output file.... It will be of great help. As Changing the host currently will not be possible for me. @@BrockleyJohn Yes that is what I am trying to imply.... IS it the rules added for SEO addon that may be conflicting with the querystring substitution or Can the query string subtitution be taken care of in a way that it remains compatible with the SEO addon. I have this in my htaccess RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-m-(.*).html$ index.php?manufacturers_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pi-(.*).html$ popup_image.php?pID=$2&%{QUERY_STRING} RewriteRule ^(.*)-by-(.*).html$ all-products.php?fl=$2&%{QUERY_STRING} RewriteRule ^(.*)-t-(.*).html$ articles.php?tPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-a-(.*).html$ article_info.php?articles_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-au-(.*).html$ articles.php?authors_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pr-(.*).html$ product_reviews.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pri-(.*).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-f-(.*).html$ faqdesk_info.php?faqdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-fc-(.*).html$ faqdesk_index.php?faqPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-fri-(.*).html$ faqdesk_reviews_info.php?faqdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-fra-(.*).html$ faqdesk_reviews_article.php?faqdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-i-(.*).html$ information.php?info_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-links-(.*).html$ links.php?lPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-pm-([0-9]+).html$ info_pages.php?pages_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-n-(.*).html$ newsdesk_info.php?newsdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-nc-(.*).html$ newsdesk_index.php?newsPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-nri-(.*).html$ newsdesk_reviews_info.php?newsdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-nra-(.*).html$ newsdesk_reviews_article.php?newsdesk_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-po-([0-9]+).html$ pollbooth.php?pollid=$2&%{QUERY_STRING} THanks again for helping & guiding me through this... Hope I get this working soon. Regds/ Radhavallabh
  17. @@Jack_mcs Yes when I switch off the addon the links start working perfectly......
  18. Hi, Thanks this addon works beautifully- I use urlencode(....) in front of my product_id for the actions and links on shopping_cart.php to lead perfectly as my host does not support curly brackets... But the product with attribute URLS seem to redirect to index.php; Please Can you guide me of the fix detail and code that to deal with this hence I could get this working... EXample the url now looks like this in Inspect element:- http.........................-dress-p-3574%7B2%7D14%7B1%7D17%7B38%7D250%7B43%7D343%7B36%7D241%7B50%7D430%7B51%7D450.html Awaiting your earliest reply Thanks in advance; Regds/ Radhavallabh
  19. Hi, I am using this beautiful addon it works great, But when I try switch it off from the admin by setting it to false for testing other things... I get an error on the shopping cart page Unable to determine connection method on a link!<br><br>Known methods: NONSSL SSL Could you please help me fix the issue... Awaiting your early response on the above; Regds/ radhavallabh
  20. Hi; @@raiwa I am running into another problem now; The Weight of the products does not display in the shipping estimator; Though I have set it to true in the configuration panel Your help will be deeply appreciated; Warm Regards....
  21. @@raiwa Thanx!! Removed the States Menu as suggested :)
  22. @@raiwa Thanx fixed that issue; I am running into another problem i have India as default country Bbut when I select another country example United States the State drop down does not refresh Please help... Warm regards....
×
×
  • Create New...