Search the Community
Showing results for tags 'branches'.
-
Hi, I was hoping for some advice, code, solutions or references: Goal: I need to build a 'decision tree' or otherwise find a module that creates one in a Prestashop website we've developed. Its sole purpose should be to lead customers down a path (of questions with each 2-3 answers, that lead to more questions/the result). The end-goal is to have the customer be presented with a product that best suits his/her needs, based on which questions were answered. Desirably/preferably the result should then be shown AND/OR emailed to the person that has filled in the 'form', or answered the tree. The problem: I've searched the internet high and low for a module/component/plugin that could build such a tree - as my coding skills in creating one is a little limited. I have thus far found a coding example, and even though it successfully builds a part of a tree (or a single branch), I believe that it is simply going to become too complicated to build multiple branches. This tree can be seen on http://profitek.co.za/content/45-tester-tree-branches Please, if anybody has any advice on how to get a Decision Tree built (most certainly preferably through an interface), please share your thoughts, ideas or leads that I can follow. This topic is relevant for today (19/12/2014). Thank you very much
-
Hello everyone, I've been working with PrestaShop quite a while now and I found some bugs in prestaShop core code. I am developing some modules, and these bugs are in my way. Now ofcourse I coudl just make an override (which I am doing right now) and continue, but I would like to contribute to GitHub and have these bugs fixed. My problem is that I'm kind of still a Git rookie, I forked PrestaShop:1.6 branch and made a pull request. Later I read the documentation and everywhere it says that all changes should be posted to development branch. However, I can't find it anywhere. Available branches are: 1.6 master release admin-modules So which, branch should I be forking? The documents seem outdated? Thank you https://github.com/PrestaShop/PrestaShop/blob/master/CONTRIBUTING.md