Jump to content

JPI

Members
  • Posts

    12
  • Joined

  • Last visited

Contact Methods

Profile Information

  • Location
    Mexico
  • Activity
    Project Owner

JPI's Achievements

Newbie

Newbie (1/14)

1

Reputation

1

Community Answers

  1. I don't want to use Prestashop to process any payments, I just need users to generate their orders with certain information. Shipping address is not needed in this case. Thank you for your reply, it was useful, but unfortunately, I don't know what classes or controllers are involved or need to be edited to set a default address. If you could provide me more information about that, I will really appreciate it.
  2. Prestashop version: 1.6.0.11 (default template) As I enabled the one-page checkout option, I also removed the guest checkout option so the new user form appears automatically. For this, I edited the order-opc.js file as following: if (guestCheckoutEnabled && !isLogged) { $('#opc_account_choice').show(); $('#opc_account_form, #opc_invoice_address').show(); I don't really care about users filling their address since I'm selling virtual goods.
  3. I don't need the "Address" field under my fast checkout. I tried hiding the address1 div under my order-opc-new-account.tpl file with a default value, but even with the field hidden with a set value, I'm still getting the warning to fill the address. Code: <div style="display: none;" class="required text form-group"> <label for="address1">{l s='Address'} <sup>*</sup></label> <input type="text" class="text form-control validate" name="address1" id="address1" data-validate="isAddress" value="Default address" /> </div> Any other workaround?
  4. I'm sorry for posting this thread under the wrong sub-forum. Correct sub-forum: Theme development / Integration. Prestashop version: 1.6.0.9 Hey, can someone please help me to customize my manufacturer-list.tpl to make it look similar to this: Thanks.
  5. Thanks for confirming this issue. So, Prestashop doesn't plan to update Swift mailer anytime soon?
  6. Prestashop Version: 1.6.0.9 My Mandrill SMTP settings are not working correctly. Settings: * Where my password is my Mandrill API Key. I tried using SSL/TLS too. When trying to send the test email, I get the following error: I read that it could be a problem related with the outdated Swift Mailer version that Prestashop is using? Is this true? Can someone tell me any possible solution to this issue? Thanks.
  7. Solution: https://github.com/PrestaShop/PrestaShop/commit/8cd44952798330aa7073b0a25bff858b03175e6a
  8. The subject field is hidden in all Email Modules and I'm getting the following alert: No Subject was found for ..... in the database. I already tried replacing a lang.php file with all the missing translation, but it seems that it is not detecting or reading the file as it should. When replacing the mails/language/lang.php file and making any changes to the email templates, it replaces to the default one with the missing subjects. I have been trying to fix this issue since 2-3 hours ago and no luck so far. I will really appreciate any help! Error example attached to the thread (Spanish language).
  9. Before saving my changes: After saving my changes: * Taking in consideration admin123 is Prestashop admin route. Before posting this, I found similar threads referring to the same problem and the solution was to add the line "convert_urls: false," to js/tinymce.inc.js which I already did (I also cleaned Prestashop cache), but I'm still experiencing this issue. Thanks. ------------------------------------------------------ I solved my issue adding the line "convert_urls: false," to js/tinymce.inc.js and waiting like 1-2 hours so Prestashop could detect this changes. Even when deleting the cache. All I know it is working now.
  10. Project Status: Still available Hey! I'm looking for a developer for the development of the following Prestashop Module / Addon: I want to use Prestashop as a catalog of promotional items so you don’t need to sign up, show item prices or process online payments. I need to convert the default shopping cart into an Item Quoting List Cart. What is exactly the Quoting List Cart? This cart will have the same function as the normal shopping cart, but instead of processing orders / payments, clients will use it to request item quotes. Every product in the shop will be eligible to be added to the Quotes cart. After adding any amount of products to this cart, the client should be able to press a button called “Ask for a quote”, which is going to open a form where he will need to fill some personal information (all this without signing up) and then, after sending the form, an email will be sent to an specific email address with all the list of items requested to be quoted (including all the item attributes such as color, size, amount ... in case they apply) and all the client's personal information. Finally, the form must have the functionality to detect the client's IP location to determine to which email the form information is going to be sent since we will have multiple destiny emails. If you are interested, please send me a PM and I will get back to you. Please include some basic contact information and samples of your previous Prestashop work.
×
×
  • Create New...