Jump to content

codei

Members
  • Posts

    15
  • Joined

  • Last visited

Profile Information

  • Location
    United States
  • Activity
    Web development agency

codei's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I have a bizarre problem: My site is loading very slowly but only on certain browsers. It loads in 10 seconds on chrome on my Mac and under 4 seconds on Chrome on my PC. The real mystery is that it seems that it's a server issue, not a browser issue. From the profiler, it looks like Hook processing takes over 6 seconds on Mac/Chrome. On PC/Chrome it only takes 71ms. Memory peak usage on Mac/Chrome is 25.1 Mb and only 16.5 on PC/Chrome. SQL Queries on Mac/Chrome is 842 queries whereas on PC/Chrome it's only 125. This is the same page. It doesn't make any sense: PC: Anyone have any ideas as to what's happening?
  2. That's unfortunate. Is there an upgraded version? There doesn't seem to be an option to upgrade.
  3. I'm in the US trying to ship to Canada and I can't get the module options to allow for UPS Standard or UPS Worldwide options (attached). Any reason this would happen?
  4. Bump. I think i have everything set up correctly, but I'm getting "There are no carriers that deliver to the address you selected." when I try to ship to Canada. The UPS Standard and International options are "Not available" in the UPS module (attached). WHy??
  5. Four years later and this is still an issue?? I'm trying to ship to Canada and no international options are available through the UPS module. Anyone have any luck with this?
  6. I'd love to know as well. I'm getting (Not Available) for all the international shipping services.
  7. Looks like you can update weight dynamically in the ps_product_attribute_shop table and it changes the impact in the combinations page on the product.
  8. I'd like to show the discount of a product combination after the specified quantity has been reached. It appears when I set the unit value in special pricing to 1 but it never shows when I have the unit higher than 1. Thanks in advance for your advice!
  9. Thanks -stefanoginella. That works but Im having a problem: I want my shipping to be taxed and it's still taxed even when I use your code to set the product tax to 0. I changed the function getCarrierTaxRate to emulate it but it looks like that function isn't even used in the tax.php or anywhere else in the code. Any suggestions on how to accomplish this?
  10. I'd like to show the order details from the order-history page on the order-confirmation page as shown in the attached mockup. I feel like this should be easy but can't find documentation online. Thanks in advance!
  11. Specs: Prestashop 1.6.0.9 custom theme based on default-bootstrap. When a user clicks on an attribute dropdown list, the "Add to Cart" button disappears and you can't click the dropdown list anymore. When I change the attribute to radio buttons this problem goes away. There's nothing in the js on the attribute_list click function that would do this. Any help would be much appreciated!
  12. I think I figured it out. You need to have a combination designated for each possible combination. Since I was dealing with three different variables, it would have been a real pain to add all those. Luckily, there is the automatic combination generator. In the back office Products > Combinations > you should see: "You can also use the in order to automatically create a set of combinations." Click there and you should be able to auto-generate the combos you need.
  13. Some problem here. In the shopping-cart summary, I only get one attribute listed. 1.6, theme based on default
×
×
  • Create New...