Jump to content

iscato

Members
  • Posts

    18
  • Joined

  • Last visited

Profile Information

  • First Name
    Ismael
  • Last Name
    Carqués

iscato's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. The thing is that if you fill the text field and you didn't fill the image field, it let you save and add to cart. The two fields are required. It shouldn't let you save and add to cart if the two fields aren't filled. To add to cart you need to previously save the customitzation i did some css on the upload button of the image to let the customer know that he has to do that, but is not the best course of action, cause there is that little problem that may happen if the customer is silly enough. http://fotonicho.es/fotoceramica/27-codigo-qr-para-lapidas-5x7cm.html
  2. Hi NemoPS, it worked, thank you!! There is only one more thing, when i click the save button of all the customitzation, if i do not upload an image it always save the customitzation and then it lets to add to cart. I put the fields in required but it does it anyway. can you help me again?
  3. Hi, i tried to custom a product with two custom fields (image and textfield for an url) and when i save the customization on the front-end and then click to add to cart it doesn't work telling me that i need to fill the custom fields. i found out that there is this function in tools.js in the root of the PS that checks the custom fields. this is the function: function checkCustomizations() { var pattern = new RegExp(' ?filled ?'); if (typeof customizationFields != 'undefined') for (var i = 0; i < customizationFields.length; i++) { /* If the field is required and empty then we abort */ if (parseInt(customizationFields[i][1]) == 1 && ($('#' + customizationFields[i][0]).html() == '' || $('#' + customizationFields[i][0]).text() != $('#' + customizationFields[i][0]).val()) && !pattern.test($('#' + customizationFields[i][0]).attr('class'))) return false; } return true; } doing some console.log() i found that is the image field is the one who returns false and and i'm not sure how to proceed now. Someone has any idea? Thanks. this is the url to the product: http://fotonicho.es/fotoceramica/27-codigo-qr-para-lapidas-5x7cm.html i am using PS 1.6.1.5
  4. after fighting with the hosts' providers to make them answer the ticket, the cause of this issue is one php variable that affects the translations, or so it seems. They didn't tell me wich it is, by the way, they were the ones who modified it.
  5. hi there, that wasn't the problem, so i am still in the same situation, anyone has any ideas? thank you
  6. ok, thank you for your effort, i will do so
  7. the site is running php 5.6 i disabled mod_security from SEO & URL's and set all of the previous vars i mentioned to its maximum. sadly, the error is still there
  8. max_execution_time 150 as its maximum post.max_vars 10000 as its maximum request.max_vars 10000 as its maximum get.max_value_length 10000 as its maximum sry if i didn't explain properly
  9. i tried to modify to its maximum the vars of the maximum request post ang get but still happening the error. running out of ideas
  10. http://imgur.com/SQ5pe1Q this is the error_log i have, i assume that it means that i pass too many arguments to the request, how can i solve this? thank you
  11. hi, thanks for your reply, i tried modifying this var but the error is still happening, the server allows 150 as its maximum in this var. Say that when i click to save on the localitzation -> translations -> whichever i want, it lasts less than 5 seconds to redirect me to that error
  12. Hi people of this forum, i have an issue when i do any translation in any language and that is that it pops me with the attached photo so, if anyone knows which is the solution i would be thankful PS version: 1.6.1.1
×
×
  • Create New...