Jump to content

ryanb4614

Members
  • Posts

    8
  • Joined

  • Last visited

ryanb4614's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Can someone supply the files or instruction for a fix with 1.6.x? I have tried multiple ways as listed here but nothing seems to be working for me. The customizations are not appearing in the cart.
  2. Good morning, I know Prestashop lacks the ability to have textfield attributes, why I dont understand. But I am trying to do a work around. Can I set a yes or no attribute for my product, if the customer select yes, customization section then appears under the attributes? Using 1.6 version. So Attribute would be radio buttons yes and no. Customize Product oNo (default) oYes If customer click on yes, then the customization text fields will appear directly under this attribute?
  3. Are you saying the file should just be: memory_limit = 128M max_execution_time = 300; max_input_time = -1; post_max_size = 20M; upload_max_filesize = 25M; max_input_vars = 10000; suhosin.get.max_vars = 10000; suhosin.post.max_vars = 10000; ..... The hosting provider place a php.ini file in my main folder to use and it was this: <?php memory_limit = 128M max_execution_time = 300; max_input_time = -1; post_max_size = 20M; upload_max_filesize = 25M; max_input_vars = 10000; suhosin.get.max_vars = 10000; suhosin.post.max_vars = 10000; ?> When I remove <?php and ?> it still doesn't work with translation...
  4. I know this is an old post. I am experiencing the same thing. Sent a message to godaddy.com (my hosting provider) awaiting a response. I have generated a new htaccess file, change my php.ini file as: <?php memory_limit = 128M max_execution_time = 300; max_input_time = -1; post_max_size = 20M; upload_max_filesize = 25M; max_input_vars = 10000; suhosin.get.max_vars = 10000; suhosin.post.max_vars = 10000; ?> Also changed php versions. Nothing seemed to work. I am able to edit the PDF translation but I cant edit the frontend. Same thing happens brings me to the store front, page cannot be displayed.
  5. Hello. I am new to PrestaShop, doing as much reading as possible. I am stumped on this. I downloaded Visible Customization Module found on this forum for my online Store. Simply, this module moves the customization option in the Right Product Page Hook and disables ot from the tabs option....The hook is displayRightColumnProduct It is appearing under the add to cart button. I want it to be displayed right before the add to cart button. I am not sure how I can change this since it is not in the product.tpl file, any help would be great!
  6. How can I add this before the "add to cart" button. My customers are adding it to their cart without filling in the customization fields.
  7. I am getting a server 500 error when accessing pages. The only pages that work are, admin main, homepage, and modules in the admin section. I am using godaddy as hosting and fresh install through the cpanel. Turned error report got: Notice: Use of undefined constant _RIJNDAEL_KEY_ - assumed '_RIJNDAEL_KEY_' in /home/username/public_html/classes/Cookie.php on line 80 Notice: Use of undefined constant _RIJNDAEL_IV_ - assumed '_RIJNDAEL_IV_' in /home/username/public_html/classes/Cookie.php on line 80 Fatal error: Uncaught exception 'SmartyException' with message 'unable to write file /home/username/public_html/cache/smarty/compile/df/30/e4/wrt52f4d58cd2bd26.93165905' in /home/username/public_html/tools/smarty/sysplugins/smarty_internal_write_file.php:44 Stack trace: #0 /home/username/public_html/tools/smarty/sysplugins/smarty_internal_template.php(201): Smarty_Internal_Write_File::writeFile('/home/usernam...', '<?php /* Smarty...', Object(Smarty)) #1 /home/username/public_html/tools/smarty/sysplugins/smarty_internal_templatebase.php(155): Smarty_Internal_Template->compileTemplateSource() #2 /home/username/public_html/tools/smarty/sysplugins/smarty_internal_template.php(286): Smarty_Internal_TemplateBase->fetch(NULL, NULL, NULL, NULL, false, false, true) #3 /home/username/public_html/cache/smarty/compile/55/f7/fb/55f7fb8efb41c688c91dd4d304134a7100e6f511.file.form.tpl.php(89): Smarty_Internal_Template->getSubTemplate('toolbar.tpl', NULL, NULL, NULL, NULL, Array, 0) #4 /home/username/public_html/tools/sma in /home/username/public_html/tools/smarty/sysplugins/smarty_internal_write_file.php on line 44
  8. I am making a website where my customers can upload images, the images an vary from 10-100 images. They are for a video. What my plans are is to develope the website and the customer has to log in for their pricing and then select the video type that they want and be able to upload their images. Can prestashop handle this? I know I can make as many file uploads but it doesn't look good when I need text fields filled in with the purchase and then have 100+ empty, optional image uploads with 100+ browse buttons. My type of clients will not be able to do the zip file and then upload. What are my other options? Would be possible for them to press ctrl+a to select all then upload them some how? Is there a mod where they can have access to my FTP but they would only be able to access their directory, that way I know whos photos they are, through prestashop? Any idea please feel free to share.
×
×
  • Create New...