Jump to content

bburrer77

Members
  • Posts

    47
  • Joined

  • Last visited

Profile Information

  • Location
    florida
  • Activity
    User/Merchant

bburrer77's Achievements

Newbie

Newbie (1/14)

4

Reputation

1

Community Answers

  1. I am having a problem with the advanced stock management in version 1.6. I am not seeing my inventory go down when an order is placed. I am sure this is something that is supposed to happen at some point when a customer orders a product. According to what I have read about the ASM. I should be able to see inventory that is in total, inventory available - any orders. I am desperate for someone to help... I have products with packs, that are not adjusting current availability. Can anyone help me please! Thank in advance,,, Brian
  2. Hello,, I am having an issue with a 10% off voucher and free shipping in my site. I offer a 10% off voucher to military and I also offer free shipping on orders over $75.00. I want to make them not work together,,,, Some of the products I sell don't have that much profit margin in them for both to be used at the same time. I have set the voucher as a cart rule and it only works if they are registered as part of the military group. How can I make it where a military customer can choose one or the other, or it disables the free shipping if the voucher is used. Thanks in advance,, my site is www.e-cigshoppe.com Brian
  3. Hello, I am having a problem with the free shipping section of my 1.6 default template. I want shipping to be free for orders over $75.00... so I set this up, and it works just fine. The problem I am having is it makes all my carriers free and you could choose any one you want. I am using ship rush to be able to print shipping labels so I do not have to enter them manually, and if they choose overnight shipping,, I am going to have to void that label and manually create one from the carrier I choose. This will defeat the purpose of using ship rush. I want to set the free shipping to be from one carrier by default when the price is over $75.00. So that it will print the correct carrier for shipping when it is free to my customer. I still want this carrier to be a shipping option to my customers with a charge if the price is under $75.00 as well. How do I do this? I have tried a cart rule, and it did not work. Hope someone has a good solution. My site is www.e-cigshoppe.com Thank you in advance. Brian
  4. Update,,,, I have fixed this manufacturers problem and the fedex shipping issue.... I am still having the problem with the free shipping always showing in the cart and the add to cart popup when your not logged in ( would like it to say Login to view shipping, or just nothing at all when your not logged in). Also the handling fee not being added to the shipping price. ( Just trying to add a $1.00 handling fee,,,, have put it in shipping module for usps and fedex, as well as told the carrier to show shipping and handling, as well as set it as $1.00 in shipping/shipping options in BO) ... if I need to make a new topic,,, I can,,,
  5. I have turned on errors,,, it is not giving me an error... I turned on errors the you describe in your post.... I get nothing,,,, I am a newbie, lol! , maybe I am doing something wrong... ALWAYS TURN ERRORS ON! config/defines.inc.php set PS_MODE_DEV to true!
  6. I tried this,,, and it blank screens my Manufacturers page.... I think I am doing something wrong,,,, Is there someone you suggest that I could have help me out? I have this problem, my fedex module does not work even though it is configured and connected, and free shipping will not go away in the cart,,,,,, I have tried your fix from your website,, but it does not work on mine. anyone you could recommend to me,, I would greatly appreciate it. Thanks, Brian
  7. I have found the code you are talking about, but which am I actually changing? I just want to make sure I am changing the correct thing,,,, don't want to screw something up. Am I just replacing the p with a 1 and the n with 999? protected function assignAll() { if (Configuration::get('PS_DISPLAY_SUPPLIERS')) { $data = Manufacturer::getManufacturers(true, $this->context->language->id, true, false, false, false); $nbProducts = count($data); $this->n = abs((int)(Tools::getValue('n', Configuration::get('PS_PRODUCTS_PER_PAGE')))); $this->p = abs((int)(Tools::getValue('p', 1))); $data = Manufacturer::getManufacturers(true, $this->context->language->id, true, $this->p, $this->n, false); $this->pagination($nbProducts); I am also having some issues with a few other minor bugs, that I can't seem to figure out.. Can I pick your brain or hire you to help me... Please let me know,,,, I am sure they are small issues, just am not finding the cure.
  8. If I could just display all of the manufacturers in a grid view,,, and not have to deal with the pagination on the manufacturers list. I would love to do that,,,,,, any suggestion?
  9. It is working with chrome,,,, not working with IE? any suggestions?
  10. http://www.e-cigshoppe.com/manufacturers This is my main Manufacturers page,,,,, there is not features,,,,,, it says it is displaying 1-25 Brands,, but is only displaying 10.
  11. I am having a problem with the manufacturers list showing all of my manufacturers. It will show in the Block hooked to left. I changed the name of the block to Shop by Brand... it worked just fine. I just went in and was doing some testing before I launch the site,, and when I click on shop by brand,, it will display 10 of my 25 manufacturers,,,, no option for grid view,,, nothing,,,, Website is www.e-cigshoppe.com Please if anyone has an answer to this I would greatly appreciate it! Thanks, Brian
  12. How do I remove volume discount box from the product page in prestashop 1.6? website is www.e-cigshoppe.com I have put a volume discount on the smoktech replacement coil product. I want the discount to apply, I just don't want the volume discount box to show above the product description. If anyone has a solution, please let me know....
  13. I have tried this fix,,, and it is not working for me,,,, Changed the blockmanufacturer.tpl file to what was above. The list drops down, but when you select any manufacturer, it does nothing. Website is www.e-cigshoppe.com
×
×
  • Create New...