Hello every one. I am working on this site, which has a shopping cart, and the shopping cart is using its own temples, by inserting an extra folder inside the main theme. Well. Because of it, WP-Print, and WP-Email are not working, since they are calling a file that does not exist within that directory. I tried to give it the full path, instead of TEMPLATEPATH.'/print-posts.php', but nothing. Has any one had this problem before? how did you solve it?
Thanks,
what is the error u get when it cannot find the file?
I get a 404 page. All through out the website wp-print and wp-email works wonderful. But inside the folder Shopp (which is inside a folder in the Theme section) this two plugins do not work.
So the website shows a 404 error here.
http://website.com/shop/cart/printpage/
http://website.com/shop/cart/emailpopuppage/
This works by the way,
http://website.com//returns-policy/
Let me know if that helps.
Thanks,
Because technically I think shop/cart is not a valid page, it maybe a "fake" page emulated by the shopping cart plugin and that is why it does not work
How about creating a directory there, then placing the main files inside?
Meaning, creating the two folders: /shop/cart/
You are right these folders do not exist.
Do you think if I drop the main files of WP-Print, this would work?
Thanks,