Jump to content

Michael

Moderators
  • Posts

    9,522
  • Joined

  • Last visited

  • Days Won

    186

Everything posted by Michael

  1. Not sure what Blesta has at the moment but I do like Redactor haha. Just wanted to share this with the community for their thoughts of it, it is expensive. http://imperavi.com/redactor/. But you can drag and drop pictures, etc move them and looks modern like Blesta.
  2. Hopefully before / on Christmas haha can have the best thing that's ever happened on that day of the year.
  3. Michael

    Shorter Urls

    Try this: RewriteEngine On RewriteRule ^plugin/order/main/signup/registration /plugin/order/main/index/registration
  4. Michael

    Shorter Urls

    I suppose you can via .htaccess code, not sure how however I don't mind personally because they get the job done lol
  5. Maybe some text above it saying click below to continue?
  6. I don't use 2checkout anymore so I can't check for you. But it could be a 2co issue.
  7. Yeah but only if the order system has a update. unless the feature is added to give you a option in 3.1.
  8. I've not tried this so not sure if it is thank you want however try this: in: /plugins/order/views/templates/standard/main_complete.pdt Replace: <div class="btn submit right_btn"><a href="<?php echo $this->Html->safe($this->base_uri . "plugin/order/main/index/" . $this->Html->ifSet($order_form->label));?>"><?php $this->_("Main.complete.order_more_btn");?></a></div> With: <div class="btn submit right_btn"><a href="<?php echo $this->Html->safe($this->base_uri . "plugin/order/main/index/". $this->Html->ifSet($order_form->label));?>" class="submit">Complete Order</a></div>
  9. You mean this? http://www.blesta.com/forums/index.php?/topic/1068-need-to-remove-tax-id-number-from-registration/
  10. Like: http://www.blesta.com/forums/index.php?/topic/1414-verification-on-address/?
  11. I'd recommend contacting Blesta's sales email and asking the guys what you need and if they have a CORE- number for you and maybe which version 3.1, 3.2. or 3.3+ it is listed for.
  12. They are already serious and in the right direction in my opinion, active in their community, helpful, adding features people need, fixing bugs, etc.
  13. Michael

    Oh Noes!

    Do you have the pdo php function installed?
  14. Otherwise competitors will be snooping on it.
  15. Try package.solusvm_password
  16. Follow: http://www.blesta.com/forums/index.php?/topic/1517-cron-problem/?p=12105 downwards.
  17. have you clicked a row? Should see two boxes.
  18. You can't use Logicboxes for Enom as Enom doesn't use it. However for the API follow these: http://www.blesta.com/forums/index.php?/topic/1299-enom-module-pre-release-download-here/#entry11855
  19. Thanks mate i'll try that and use that in the future shorter Edit: Cody you are a legend thank you.
  20. It would be too confusing for the developers, they have a big list which probably changes per demand and because something is taking a bit longer to do so has to be moved to the next version. That would confuse us to. So I don't think it's a good idea to be honest.
  21. That looks amazing to be honest. I'm not a customer but that looks promising.
  22. Michael

    Failed Transfer

    Not sure, my mate did a transfer and it worked for him. but it was a .us.
  23. Client's email address MUST be their Paypal email address for payments to be recorded, they are looking at a way to make it more friendly, I know how you feel, but i've been doing 80% manually for so long it's part of my day lol. I put a notice on my cart warning customers. <div class="message_box" style="width: 94.6% !important;"> <ul> <li class="alert error"> <a href="#" class="cross_btn">×</a> <p>If you are paying by Paypal, your email address must match your paypal email address for instant orders, if your Paypal email address isn't the same as your client email, please allow our billing team a few hours to manually process the order.<br />We apologies for the inconvenience and hope to get this fixed soon.</p> </li> </ul> </div> Just under: <?php echo $this->Html->ifSet($message); ?> In: /plugins/order/views/templates/standard/main_checkout.pdt
×
×
  • Create New...