I've been using the perch_content_search on sites, and works fine. One thing I can't get it to do is to search Page Details (perch3_pages table), so the Page Title, and Description are included in the results.
Has anyone been able to achieve this? Been going through the docs, forum and the code and am hoping someone here has found a fix.
Posts by aled_delwedd
-
-
Looks as though for UK transactions this is being pushed back until September '21 now.
https://www.fca.org.uk/news/st…ntication-and-coronavirus
Below are the rollout dates on Stripe's website, in case it helps anyone.
https://support.stripe.com/que…tion-sca-enforcement-date
Hopefully there will be an update to Perch Shop by then.
-
Has anyone tried @Byron Fitzgerald's solution? Am sure many of us would appreciate an update on this from Perch.
-
Hi, Am interested in seeing if this will be added soon - our client is getting notifications that transactions will be impacted on the 31st of December.
If not, please let us know. -
<perch:shop id="shippings_list" />
Hi,I've been setting up a bilingual shop with runway, and all is going well so far - the user is able to flick between languages, and the content changes correctly.
The only issue is with the <perch:shop id="shippings_list" /> field,, which returns the shipping "Title" and the id, but there is no way here to return the title in Welsh, which I have added to the shipping.html template.
Is there a way we could have additional options returned when calling shippings_list? Would be useful to get the price returned as well. The workaround I've got at the moment is to put everything I want displayed in the "title" field.
Will this be added in the future, or anyone knows of a solution, that would be ideal.
Thanks!
-
Hi,
Have used Perch on a number of sites, looking to use the members app on a new project.
In the admin system, will the members app provide statistics such as how many logins have been made, which members haven't logged in, when was their last login etc?
Thanks!
-
Hi, No need for this now, the database was corrupt - issue with the hosting company.
Thanks for getting back to me JordinB
-
PHP version is: 7.0.33
-
Using Perch Runway, when I try to login to the admin system, the screen below shows, with a button to "Continue".
Successfully updated to version 3.1.5.
When I press "Continue", it simply reloads the same page, "core/update/", and it won't go to the login screen.
I didn't run any updates, so I presume the customer did it - I take it Perch doesn't automatically update?
All customer facing pages are now redirecting to the 404 page.
Any help would be appreciated.
Thanks.
-
Ok, this seems to be working now - I have no idea what I did!
-
It won't gp to the next step of the cart process on the staging server, as it's failing the below check:
if (perch_shop_addresses_set()) {
Even though the form is submitted, and the post contains similar data:
Localhost:
Array
(
[shipping] => test
[billing] => test
[submit] => OK!
[cms-form] => b3JkZXJfYWRkcmVzczpwZXJjaF9zaG9wOlx0ZW1wbGF0ZXNcc2hvcFxjaGVja291dFxvcmRlcl9hZGRyZXNzX2Zvcm0uaHRtbDoxNTY1MzE1MTg1
[r] =>
)
Staging server:
Array
(
[shipping] => test-address-1 [billing] => test-address-1 [cms-form] => b3JkZXJfYWRkcmVzczpwZXJjaF9zaG9wOi90ZW1wbGF0ZXMvc2hvcC9jaGVja291dC9vcmRlcl9hZGRyZXNzX2Zvcm0uaHRtbDoxNTY1MzE1NTMw [submit] => OK! [r] => )
-
Hopefully a small fix that I can't see!
I have a form generated with perch_shop_order_address_form(), where the customer selects their delivery and shipping address.
When the form submits on my localhost, the shipping and billing addresses are selected.
On the staging server, the addresses aren't set.
I've updated to the latest version of Runway, checked the versions of PHP , and the POST submitted by the form is the same on both local and staging boxes.
Do I need to add anything to the page template so that the shipping and billing addresses are set?
Thanks,
Aled
-
Hi Drew, Thanks for such a speedy reply!
One last question, when creating a role, what does "View update notices" mean? Are these updates to content, or updates to Perch?
-
Hi,
Is there a way where I can create a role, where a user would only be allowed to update certain pages, and that once they update page content, an e-mail is sent to another user with a role of "content adminstrator" or similar? The "content adminsitrator" would then be able to "approve" the change before it goes live.
Thanks