Thank you Mat. That's a great help to get me started.
I didn't want to spam the slack with loads of messages like I did yesterday.
Thank you Mat. That's a great help to get me started.
I didn't want to spam the slack with loads of messages like I did yesterday.
Do I need a rule like this for the cart page?
RewriteRule ^shop/cart/?$ /shop/cart.php?s=$1 [L]
Ha. I passed the test 😁
Hi Drew,
Thank you for the help understanding regex.
In that last bit of code, you added the slash back in after the 9-
I presume that shouldn't be there?
Should be:
```
^shop/([a-zA-Z0-9-]+)/?$
```
If I understood it correctly?
Yes that is the corect URL structure.
I've removed the rewrite rules for now, until I get it to work - in case that is what the issue is.
But even without the rewrite rule and using
/shop/product.php?s=my-test-product I still get no product details.
Yes I get html upto where the product should show and after.
Hardcoding this on the product.php page, works, I see the product details
```
perch_shop_product('my-test-product');
```
This echos: product.php
```
echo perch_get('s');
```
Update. I now have access to both MailChimp accounts. One will be deleted, but before I do that can someone please explain how I remove the connection between Perch and MailChimp.
When the client tries to reset the MailChimp password for the account, they get the following error:
"Sorry, password recovery is not available for this username. All accounts associated with that login have been closed."
So it seems like the account doesn't exist but the webhook still does?
Or the account exists but not that log in?
Hi all,
I've ended up having two mailing lists showing on the MailChimp add-on from 2 MailChimp accounts.
Can I remove one?
What happened was that someone who worked for my client setup a MailChimp account and I connected to the site. That person left and didn't give up the login details.
The account seems to be deleted or suspended as we can't gain access by resetting the password etc.
Is there a way to remove a list from the MailChimp add-on?
Thanks in advance.
Juan