Jump to content

troca

Members
  • Posts

    48
  • Joined

  • Last visited

Profile Information

  • Location
    London
  • Activity
    User/Merchant

Recent Profile Visitors

575,501 profile views

troca's Achievements

Newbie

Newbie (1/14)

  • First Post Rare
  • Collaborator Rare
  • Conversation Starter Rare
  • Week One Done Rare
  • One Month Later Rare

Recent Badges

4

Reputation

  1. Not a very good one. I bought Prestashop Store Manager and use that to unassign suppliers. Prestashop does not care if this is broken and it will most likley never get fixed.
  2. Trying this again. We are looking for a module for discounting products without the use of vouchers (read on to better understand). We have a store where we do about 100-200 orders per day, the majority of our orders are "multibuy" orders where customers mix and match products from a category for a set price, meaning they buy any 3 products from a category for £10 for (3 FOR £10). We have several multi buy products categories (mix & match categories), 3 for £10, 2 for £20, 3 for £12, 4 for £10 and so on. The current way we achieve this is by using a module called Promotions and discounts (3x2, sales, offers, packs) Module that you can find in the prestashop store. Now to the problem. The module creates discount vouchers for each combinations and does 4000, that's right 4000 Mysql calls on every page load, including the checkout. Product pages can be cached somewhat, but it absolutely kills the checkout speeds. This makes also creates a large database, I think that the discount database generated from this module alone is over 1gb. We know we are losing sales because of the speed of both adding products to cart and going through the checkout processes, where each step of the checkout makes another 4000 calls. So what I am looking for someone willing to think outside the box, create a smarter and QUICKER solution to the discounting. This would either be a module or an EXTREMELY well documented "core hack" where if a customer buys X products from a category it sets a default price for X amount, for example customer buys 3 products from the 3 for £10 category it instantly sets the price to £10, without the use of any vouchers. This also needs to work if the customer buys, 6, 9 or 12 products from the category and so on. Meaning 6 would be £20, 9 would be £30 and 12 would be £40 and if the customer buys and "odd number" such as 4 from this category it would offer 3 for £10 on the first 3 and charge full price on the 4th product. I want to emphasize that we can already achieve this with our current setup and the reason for the need module or hack is to get rid of this slow voucher approach with over 4000 mysql calls on every page. We have a fast dedicated server so no need to recommend updating the server. If you think you can help with this, let's discuss what solution you think you can build (module or Extremely well documented core hack) and the cost of building it You can email me directly on [email protected]
  3. This has been broken for ages in Prestashop 1.7 and newer version does not fix it, making it extremely time consuming and impossible to use the suppliers tab on products. We use a PO module that we bought on the prestashop marketplace, that we have been using it since prestashop 1.6 where the suppliers option was working, however since upgrading to 1.7 it is almost impossible to use this. We stock thousands of products, most of them are available from several suppliers / distributors. We spend time and manpower in filling out all information under the options tab. Each product in the back office have every suppliers unique SKU code and cost price entered and this is needed when we send purchase orders from the PO module as it sends the correct SKU code that the supplier for order that we raised with them and the price is used to double check that we are charge correctly Beginning of the problem: Sometimes a distributors discontinues a product and we need to remove that supplier from a product / range of products, here is where the problem comes in. In prestashop 1.7 if you remove a supplier from a product under the options tab on the product in the back office it CLEAR ALL data from ALL suppliers, so you will then have to find all the SKU codes and prices for that product, and the various combinations that are available and insert them again from every supplier! How is this still not fixed? The most annoying part is that if you untick 1 supplier, it will wipe all the data even if you do not save, so if you accidentally add a supplier it will have to stay there unless you want to redo all the work again.
  4. Much similar to the other module we posted here we need someone to develop a module to make templates for free products to be gifted on purchases of other products. We need to be able to make templates where we can assign an unlimited amounts of products added. In the template we should be able to specify how how many products the customer should be allowed to selected for free with the purchase of another product. TEMPLATE: PRODUCT1 PRODUCT2 PRODUCT3 PRODUCT4 PRODUCT5 X times products for FREE Category: OR Products: we should then be able to associate these templates with either Categories where all products in the selected category shows these products as FREE options and clearly displays how many can be selected. OR we can assign it to selected products where the template should be displayed. We should be able to make an unlimited amount to templates. Free products need to work with flawlessly if the customer buys more than 1 product with free options. This would be best if it did not use vouchers as this slows everything down and we are currently working on another module to remove vouchers for discount. Get in touch if this is something that you think you can develop and we will give more information.
  5. Hi we are looking for someone to develop a product addon module. We sell products that usually need an accompanied by other products. We need a module developed that lets customer select and addon product that should go along with the main product. We are looking for a way to make templates in the back office where we add these additional products. Each template should have the option to be edited. These templates can then be associated with categories, any products in these categories will display the addon products on the product page. For example we create a template where we add Y-Product1 - £1.99 Y-Product2 - £1.99 Y-Product3 - £1.99 We then associate the template to categories, any products within these categories will display the addons products as an option on any product with in that category. We need to be able to associate several categories to each template and make several templates that can be associated with any category. We should be able to configure a message if the customer does not add an addon product when adding to cart such as: This product works best with an addon product are you sure you do not want to purchase one? SO template 1 gets associated with category1 all products in category1 will display what ever products are assigned in template 1 as an addon option. Now finally, we need to be able to change the name of the accessory products from its normal name in the options. This should again be editable in the template. Example Y-Product1 - £1.99 -> Renamed to -> Add this to increase battery life £1.99 Y-Product2 - £1.99 -> Renamed to -> Add this for better control life £1.99 Y-Product3 - £1.99 -> Renamed to -> Add this for backup purposes £1.99 Hope this is clear. The reason we need this is our current module Multi Accessories Pro is too time consuming as we have hundreds of products that needs to display the same addon products and these change from time to time so this would make that work much much quicker.
  6. We are looking for a module to be developed for discounting products without the use of vouchers (read on to better understand). We have a store where we do about 100-200 orders per day, the majority of our orders are "multibuy" orders where customers mix and match products from a category for a set price, meaning they buy any 3 products from a category for £10 for (3 FOR £10). We have several multi buy products categories (mix & match categories), 3 for £10, 2 for £20, 3 for £12, 4 for £10 and so on. The current way we achieve this is by using a module called Promotions and discounts (3x2, sales, offers, packs) Module that you can find in the prestashop store. Now to the problem. The module creates discount vouchers that get calculated when products get added to the cart. When I say that this is so slow, it is super slow. Every order has a unique discount voucher generated after the module has calculated how much discount needs to subtracted. This makes our database massive, I think that the discount database generated from this module alone is over 1gb. We know we are losing sales because of the speed of both adding products to cart and going through the checkout processes, where the discount gets calculated again (at least it seems so) and if the customer makes any changes to their cart, it again recalculates everything which is slow and make the user experience horrible. So what I am looking for someone willing to think outside the box, create a smarter and QUICKER solution to the discounting. This would either be a module or an EXTREMELY well documented "core hack" where if a customer buys X products from a category it sets a default price for X amount, for example customer buys 3 products from the 3 for £10 category it instantly sets the price to £10, without the use of any vouchers. This also needs to work if the customer buys, 6, 9 or 12 products from the category and so on. Meaning 6 would be £20, 9 would be £30 and 12 would be £40 and if the customer buys and "odd number" such as 4 from this category it would offer 3 for £10 on the first 3 and charge full price on the 4th product. I want to emphasize that we can already achieve this with our current setup and the reason for the need module or hack is to get rid of this "stupid" voucher generation and to speedup the adding to cart and checkout. What we are looking for is instant adding to cart when a customer clicks add to cart, not 5-10 seconds delay. We have a fast dedicated server so no need to recommend updating the server. If you think you can help with this, let's discuss what solution you think you can build (module or Extremely well documented core hack) and the cost of building it
×
×
  • Create New...