Jump to content

sscardefield

Members
  • Posts

    63
  • Joined

  • Last visited

Profile Information

  • Activity
    Freelancer

sscardefield's Achievements

Newbie

Newbie (1/14)

4

Reputation

  1. I have tried multiple browsers and also disabled the regular Cache setting and the Smarty cache and told it to force compilation, no difference. What is ajax cache and how do I disable it or flush it? I run Prestashop on a shared host, is there any way for me to just cycle the entire thing?
  2. I am trying to update the Arizona tax rate from 7.95% to 8.1%. I first went into the actual tax rate itself (Localization --> Taxes) and changed it there: Then I went into the Tax Rule (Localization --> Tax Rules) to verify that my Arizona rule now had the updated rate, and it does not. I have tried disabling and enabling both the rate and the tax rule, no change. I have also tried creating a new tax rule, same thing, it only allows me to select the old rate, it does not reflect the new rate. What do I have to do to get Prestashop to recognize the new updated rate?
  3. So how is that option set with your module now? Is there another option in the module configuration page? Is the module that's available on the Add Ons site updated? Because it still shows 3/27/14 and I don't see that option in the config page screenshot.
  4. Right now when an order gets placed, the card is charged automatically. I would like to review the order after it is placed, and then OK the card to be charged.
  5. In looking at your Stripe Reloaded module, it's not clear on what it does that the existing free module does not. Does it provide the manual processing functionality I'm looking for? If so, I would probably be willing to shell out the $60. If all it does is process payments exactly like the old module, I'll stick with the old module.
  6. Oh wow, wasn't aware that Stripe was no longer an official gateway partner. I'd be willing to use one of the other supported gateways if they have the same terms as Stripe (decent rate, no monthly fees, 2 day transfers). I'll have to shop that around. In the meantime I'm using Stripe free 0.9.4.
  7. I am using Stripe to process CC's. Currently when somebody places an order the payment is processed instantly. I would like to be able to review the order before the payment is processed. Once I am OK with the order I would then say go ahead and run the payment. I have been through all the settings in my Stripe account and in the Stripe module and don't see any way of doing this. How do I accomplish this?
  8. I have modified the default invoice template to my liking, but I just need one more thing changed. I would like to display the order ID instead of the order Reference number. <b>{l s='Order Number:' pdf='true'}</b><br /> {$order->getUniqReference()}<br /> What do I use in place of "getUniqueReference" to grab the actual order number instead?
  9. Awesome, thank you for taking the time to type that out, I really appreciate it. I'll give it a try tonight and report back.
  10. I tried that, but I don't think it will do. It just doesn't cut it. "Reference: XXXXXXX". Some people might be able to look at that and figure out it is the part number, but the majority I don't think will. I need it to say "MPN: XXXXXX". I know I could probably just find out which .tpl that "Reference" is in and change it to "MPN, but I feel like it should be it's own field, like there should be a field in the product details page called MPN or something. I just went through a lot of the various places that I buy from online and every single one of them has at minimum a manufacturer part number listed and most also have a manufacturer listed, both in that same spot where Reference is. If there is no easy way to to accomplish that, does anybody know what .tpl that "Reference" is in?
  11. I am trying to figure out how to add the manufacturer's part number to the individual product pages. I have sorted through quite a few threads but have come up empty handed. This seems like pretty basic functionality. Is there something I'm missing?
×
×
  • Create New...