Jump to content

AeroLogistica

Member
  • Posts

    136
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by AeroLogistica

  1. Will this do it? on JS $("#id select").each(function() { allOptionsInSelect.push($(this).val()); }); on PHP $elements = $_POST['elements']; $elements = explode(',', $elements);
  2. @bsmither my friend mentioned about a set in Javascript: Set objects are collections of values. A value in the set may only occur once; it is unique in the set's collection. You can iterate through the elements of a set in insertion order. I just don't have a clue on how to implement it.
  3. Hoe about if instead of validating for non repeating values, it checks once the selection is made, in case of repetitive values, the customer will get a warning but we'll have the same issue because of how to exclude option sixth? This one can be repetitive as it's "different" from the other 5, so, how to exclude it?
  4. Maybe JavaScript to handle the interaction between the selected option and the corresponding action or data?
  5. Thanks for replying @bsmither, probably the first option is the most professional.
  6. Hello fellow geeks! So I have 5 options with numbers 1-70 and one additional option where the customer must select one number 1-25. So, for the first 5 options, the customer cannot select the same number twice, for example, he can choose 4-9-26-7-10 but he cannot choose 4-9-26-7-4-10. Then he has the last (6th) option, where he can choose number 1-25 and since this is not related to the first 5 options, he can choose any number (1-25) regardless if it was chosen on the prior options. How to enforce this behavior? Also, since we are talking about options, when someone places an order, how to have the options selected displayed on incremental? Greatly appreciated in advance! cheers, AJ
  7. Hello fellow Geeks! Maybe I am missing something, but how can I contact a registered customer through the Back Office? Communication must be done outside the site? For example, I must contact a customer regarding an order but I can't find where to do it. cheers, AJ
  8. @bsmither, always right on the money with the guidance. Under main.php I had commented out the search box before closing the search box divs, the closing backet is where it was and the green bracket was were I moved it. {* <div class="row hide" id="small-search"> <div class="small-12 columns"> {include file='templates/box.search.php'} </div> </div> *} </div> </div> </div>*}
  9. Hello fellow Geeks, so we have 4 languages available at our site, yet when we click on the icon, upper next to log in, it drops down a menu but for some reason it falls behind the main menu, so we can't see the language options site at https://www.loteriagringa.com/play/ Thanks in advance!
  10. Why, why, why you have to be so smart @bsmither? That's exactly what the issue was, since initially they both had the same route /powerball the system added a re-direct when leaving blank, creating the redirection. Is there a module, under product page, tab #product spec, to have custom stuff? I could jam everything into the actual product page but it would be cool to add some custom stuff, in our case we don't need to specify the code or if it's new or used. Thanks again kid, Happy Thanksgiving of whatever you celebrate today!
  11. Thanks Smither, I did noticed that, when clicking on the product image, customer should be taken to View Product page, but it loops again into View Category. I looked into porduct Powerball and category Powerfall but nothing seems off.
  12. Could be the version? It was displaying before and now is not. No changes were made, I started getting the CRSF error earlier but I fixed it.
  13. Hello fellow Geeks, even thought product options are assigned for the products, they are not being displayed on the FO, the weird thing is the warning issued, so the system know it has options yet it doesn't display them. Site located at loteriagringa.com/play Thanks in advance! AJ
  14. Hello fellow Geeks, so we are on the process of migrating to another server within Godaddy. The way we have done it with Prestashop was to allow installatron to install the software, in this case cube cart, the same version 6.2.9 we are running on the old server. Installatron creates the folder within our domain and creates the shop there. Then we upload a copy of the cc folder on the old server and upload it into the new server, which has pretty much a fresh copy of cc 6.2.9. It didn't work, we get a 404 error. Are there any files that must be configured in order to have access to the site? If so, which ones? Thanks in advance! https://www.loteriagringa.com/play regards, AJ
  15. I don't know, I have been online with tech and they say that it not a server issue, but it has to be: Mon Jul 03 14:37:32.898873 2023] [access_compat:error] [pid 1068913:tid 47842727057152] [remote 73.150.207.48:65395] AH01797: client denied by server configuration: /home/at4gprieu0fh/public_html/loteriagringa.com/play/admin_cxctg5.php Are there any further testings i can do on my end? This is the one that was giving the error before until I added "?_g=phpinfo" after https://www.loteriagringa.com/play/admin_cxctg5.php
  16. Awesome Smither, is a plain 403 error page. I mean everything works, page loads, customers can place order but I can't access admin. The error was from the website itself (error_log.txt).
  17. So I got this error: [02-Jul-2023 05:16:33 UTC] PHP Warning: Stored session data did not match DB record. Session aborted as possible session hijack. Old IP Address: '40.77.167.148' New IP Address: '40.77.188.20' Old User Agent: 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/103.0.5060.134 Safari/537.36' New User Agent: 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm) Chrome/112.0.0.0 Safari/537.36' in /home/at4gprieu0fh/public_html/loteriagringa.com/play/classes/session.class.php on line 719
  18. So, all of a sudden when trying to log in to my admin page, I am greeted (not really) by a 403 error. What can be causing it?
×
×
  • Create New...