tonyastley Intermediate
- Member since Sep 3rd 2019
- Last Activity:
- Forum Site Building Questions
- Posts
- 158
- Likes Received
- 2
- Points
- 1,062
- Profile Hits
- 512
-
tonyastley
Replied to the thread Get a count from a perch_content_custom.PostJust dawned on me to filter it on the php call:
(Code, 6 lines)
Then include the html template in a perch:after tag to get the very last result
(Code, 1 line)
-
tonyastley
Posted the thread Get a count from a perch_content_custom.ThreadIs it possible to get the a count of the number of items returned from perch_content_custom?
The use case is as follows:
Our client is adding special offers to their website. The offers are categorised 'beds' or 'flooring'. I want to be able to get a… -
tonyastley
Replied to the thread Perch Shop Address form Saying 'Login' instead of 'OK!'.PostThanks Jamie, will take a look! -
tonyastley
Replied to the thread Perch Shop - Payment Failed Orders not Showing in Admin List.PostThanks Byron,
Rather than amend the index number I've set the code to show $Statuses->get_status_and_above('payment_failed').
This works fine for what we need. Thanks for the heads up. -
tonyastley
Replied to the thread Perch Shop - Payment Failed Orders not Showing in Admin List.PostWhen enabling debug we see there are multiple lines saying:
Looking up missing property statusTitle
0.0612 0.0002 [1] SELECT * FROM perch3_shop_order_statuses WHERE statusKey='paid' AND statusDeleted IS NULL LIMIT 1
Could this be linked to the issue? -
tonyastley
Posted the thread Perch Shop - Payment Failed Orders not Showing in Admin List.ThreadOur client has queried on a couple of occasions why payment failed orders do not show in the admin list of their perch shop.
They are correct, only paid orders appear. Is there a way to have perch shop show all orders.
There is a status column, but it…