Jump to content

Ross.Nospario

Members
  • Posts

    10
  • Joined

  • Last visited

Profile Information

  • Location
    Burton-on-Trent, UK
  • Activity
    Developer

Ross.Nospario's Achievements

Newbie

Newbie (1/14)

0

Reputation

1

Community Answers

  1. I have a default group setup for registered users with intensive discount structures. However, I need the visitors and guests to also see these. Rather than duplicate all the discount values for each group, is there anyway I can make guests and visitors use the custom group's values, or change visitors to use this custom group instead?
  2. I have a default group setup for registered users with intensive discount structures. However, I need the visitors and guess to also see these. Rather than duplicate all the discount values for each group, is there anyway I can make guests and visitors use the custom group's values, or change visitors to use this custom group instead?
  3. I changed this ORDER BY `id_product_attribute` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC'); to ORDER BY `id_product_attribute` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `reduction` DESC'); Line 234 in classes/SpecificPrice.php It appears to have done it. Will be thoroughly testing now.
  4. *Specific Price I need to change the way Special Prices decide which discount to use, but not using the shop/country/currency logic. I've attached a screenshot with an example of the discounts I need to include. What the logic needs to do is simply see which of the discounts is the highest and select that. At the moment it feels the priority is: Customer -> Group -> Generic I need it to ignore that priority and just look at the Impact, selecting the best reduction. Is there any easy way to change this, or which model should I be looking at to change?
  5. Also note that if you have a customer in multiple groups, only the default group's discount is applied.
  6. Is there a means to change multiple discount rules (for example, both a group-based category discount and a product-specific price rule) so that the price shown is the better discount, rather than the combined discount of all rules? I need to replicate the discount structure of Orderwise, which searches for the best price out of multiple discount rulings. Quick example: Customer is in group ABC, which receives a 10% discount. The chosen product for this customer provides a 20% discount. Prestashop currently applies a 30% discount, but I need it to instead work out which is the best price... which would be a 20% discount in this case.
  7. Is there a means to change multiple discount rules (for example, both a group-based category discount and a product-specific price rule) so that the price shown is the better discount, rather than the combined discount of all rules? I need to replicate the discount structure of Orderwise, which searches for the best price out of multiple discount rulings. Quick example: Customer is in group ABC, which receives a 10% discount. The chosen product for this customer provides a 20% discount. Prestashop currently applies a 30% discount, but I need it to instead work out which is the best price... which would be a 20% discount in this case.
  8. I'd like to see timestamps on the CMS pages. Date created would be sufficient for my news module, but date updated and/or editable date control in the CMS editor would be extra helpful.
  9. Thanks for the reply vekia. I was talking about the admin area, not front end. Sorry for not being clear. The functionality of the menus there and the list in particular: Catalogue -> Products
  10. Some minor things really bug me about using Prestashop. Here's a list of suggestions that I'm pretty surprised aren't already part of the system. 1. Pagination at the bottom of lists. It's a bit annoying scrolling down through a list of products and then having to scroll back up to click the next page. This should be both above and below. If not, then a bookmark link at the bottom that returns you to the top of the page. 2. Selection controls at top of lists. Again, if you click select all, you then have to scroll to the bottom of the list to select the option for the selection (such as delete all). 3. Preload menu images and/or alt tags for menu images. I've lost count of the amount of times I've gone to click a menu button and then the Help button suddenly loads, pushing the other buttons to the left, so you click the wrong button. Please either make these pre-load or give the images dimensions and an alt tag so that they don't move around on the page after the image renders. Finally, it would be nice to be able to sort lists by image. By this I mean sort products so that those with and those without images are ordered. When you have 5000 products imported and only a handful are missing images, it would save a lot of browsing time to be able to do this sort. Thank you if you read this. I work with this software on a daily basis, so these minor issues can become a bit irksome.
×
×
  • Create New...