Jump to content

gary@yello

Members
  • Posts

    2
  • Joined

  • Last visited

Profile Information

  • Location
    UK
  • Activity
    Agency

gary@yello's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hello, Can someone help me? My client needs to take and create orders from the back office. Which is ok , but there is now way of taking a payment via paypal, all thay can do it mark the order as awaiting payment and then enter a transaction id and ammount - but there is no way of physically taking the payment. Is there a paid module that we can purchase that will allow this? I have started to make one but when ever I go to submit the the payment via, paypal, bankwire or stripe I get a message saying there are no items in my cart. As far as I can see I have a context object, with cart, customer, shop , order etc.. I think its something to do with not having or having the wrong tokens or ebent that the order has already been created. If anyone has a good idea please let me know, this is driving ving me crazy! Thanks.
  2. Hello, Im writing a backend module and woiuld like to order my list by multiple fields, how do I do this? I have tried the following but the sql errors. $this->_orderBy = "a.iso, a.to"; $this->_orderWay = 'DESC, ASC'; $this->_orderBy = "a.iso||a.to"; $this->_orderWay = 'DESC||ASC'; $this->_orderBy = "a.iso!!a.to"; $this->_orderWay = 'DESC!!ASC'; many thanks.
×
×
  • Create New...