Jump to content

WireCodex

Members
  • Posts

    406
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by WireCodex

  1. https://timkadlec.com/remembers/2020-04-21-the-cost-of-javascript-frameworks/
  2. Single person you said? .. humm.. Haven't you realized yet that Processwire itself is a one-person project ?! There are risks everywhere, many times (too many, I would say) a large software company, which you trust, is bought by a bigger one and they discontinue their products, sometimes they incorporate functionalities to other products (and you must purchase/subscribe again with higher price) or simply kill the product because they change their field of business. Other companies changes its functionalities against your own/pesonal desire and you have to conform or start to find another alternative, ex. The Wordpress change from the Text editor to the Block editor did not like many, but it remains there and that's it. We are not safe from anything, anywhere Think about it ?
  3. In the Processwire world Padloper will be the right option (for safety you'll have access to the source code), @kongondo is working hard, and he is building a great piece of software, reproducing almost all Shopify functionality, but if you are in a hurry you can use the ones we have shown here, simply chose the one that best suits your needs.
  4. Shopify Basic: $29/mo + Payment Gateway: 2.9% + 30¢ each sale Shopify Standard: $79/mo + Payment Gateway: 2.6% + 30¢ each sale Shopify Advance: $299/mo + Payment Gateway: 2.4% + 30¢ each sale Snipcart: 2% each sale + Payment Gateway: 2.9% + 30¢ each sale
  5. Yes! the place that belongs to PW ?
  6. https://modules.processwire.com/modules/process-hanna-code/ https://modules.processwire.com/modules/hanna-code-dialog/
  7. http://www.openwebanalytics.com/ ?!
  8. Yes, for me it has worked as follows: I'm not brave and complex enough to go with Laravel, but I'm also not cowardly and simple enough to go with SquareSpace ? so Processwire fits me like a shoe ?
  9. Done!
  10. But I want to comment ? ..when you release Padloper2, Can you create a tutorial, or better a course, how to use Vue+PW in modules development? I think if you put it on Udemy, some of us might buy it.. I would like to start creating modules and I think Vue is the way. You will allow us to know if this will be a bigger and better step than using UIKit in Processwire. Thank you for bringing this to our environment.
  11. For me, it depends on the types of users, there are "Back-end Users" and "Front-End users". For the first I don't need to adjust the look and feel, just control the access/actions to avoid problems, mainly they are people from the business administration or team specialists. For the second, I generally need to create a profile/settings section on the Front-end that matches the look of the website/brand. Usually they are public/unknown people/customers from all over the world and I always want to keep them out of the PW core. But is not a big deal because building a custom Front-end user manager or access control is also very easy using the API. For this particular project it's easy to do it on the Front-end, you just need to know the user/role logged to show/hide information in the template files. Using the free LoginRegister module is essential, but if you can go for the Pro version, much better.
  12. Can you put a screenshot here of your Template settings (Setup/Templates/Parent_Template_name) ?
  13. echo '<img src="' . $entry->logo->url . '"/>';
  14. That depends on the store, if the monthly income is in the order of $20,000, the fee for using Snipcart is $400.. but in more quantities, it will go crazy. In one of the stores that I manage (Check the picture), so far this month (and there are 8 more days) the Snipcart charges would go up to $16,658, but Shopify only charges me $266 for the whole month. It would be very interesting to have a similar module for Shopify, or better for a headless ecommerce patform like https://saleor.io/ PS: Source https://github.com/mirumee/saleor Store example https://pwa.saleor.io/ Admin https://pwa.saleor.io/dashboard/ Login credentials: admin@example.com / admin
  15. Are you going to spread that love in all your modules? ?
  16. This is the way ... now Shopify .. then Processwire + Padloper 2 (when released)
  17. Uf! I don't know, but you can implement a module for this https://cloud.google.com/bigquery and then share it here! ?
  18. For the storage of data that does not change anymore after saving it, (I mean it's not necessary to edit and save constantly) I use the module Fieldtype YAML. It's very easy to read the data and to save it too. You can save simple objects or an entire structure in the field, however you want to do, only using an associated array. For saving part check this post:
  19. Can you use a REST endpoint for the 3rd party app? ..is easy to deliver the information in JSON format from any form entry
  20. I tested the following and works, but I never used it in production: If you render your form in the template using the Custom Embed method (Option C), you can pass the page information as an array to the same form using the render method (https://processwire.com/api/ref/form-builder/render/) to pre-populated the values (field names and array names must match). When the form is submitted, you update the page related. For this, you need to implement a mechanism to know when the form is in ADD mode or EDIT mode, maybe using urlSegments, or a hidden field in the form, or different template for each action.
  21. Maybe this PW theme can be adapted to restaurants: https://seavuel.com/ ..or you can follow this recommendations: OpenTable could be a good easy solution, you can use the API or Widget: https://support.opentable.com/s/article/How-do-I-install-the-reservation-widget-to-take-reservations-on-my-website-and-Facebook?language=en_US ... check one implementation example here: https://www.babbonyc.com/
  22. Well... Homework => https://github.com/search?l=PHP&q=websocket&type=Repositories
  23. How the current connected users at that page knows about new (or ended) user connections? I think you need a solution with Websockets, check https://socket.io/ Update: for php check: http://socketo.me/
  24. Miami, Florida ?
×
×
  • Create New...