:cry: I think we need some additional help from someone who understands it better than me. See I never seem to have these problems, so I never get to troubleshoot them myself.....hard to learn how to fix if I never break it.
Printable View
:cry: I think we need some additional help from someone who understands it better than me. See I never seem to have these problems, so I never get to troubleshoot them myself.....hard to learn how to fix if I never break it.
well thx barco for your initial help... so we need the Big guys.... help is greatly appreciated...
Anyone?
Ive now succesfuly installed this module on 1.3.7 using the instructions on the 2nd post of this thread and it works great.
Does anyone know if its possible to replace the add to wishlist button in the sidebox to one that ive customised ?.
Hi,
We also have the wishlist working correctly on 1.37.
Can anyone give me direction on how can I default the view to the "compact" rather than the extended.
I have looked and made some uneducated changes in the extra functions files but have not come up with the right code to change the default view.
Thanks
Rick
I believe all you need to do is to change the image in the un.defines.php file to the one you want to use after you upload it of course.Quote:
Does anyone know if its possible to replace the add to wishlist button in the sidebox to one that ive customised ?.
Rick
disciple...see this post:
http://www.zen-cart.com/forum/showth...act#post168376
I used this with success on my wishlist. The original author created this. It is a hack, but seems to do the job. Really just reversing some things to make the compact mode the default.
I thought I remember making one modification of this, so I'll see if I can find it, else give it a shot and see if it works ok for you.
That seemed to do the trick.
Thanks
Rick
OK, one more question. When a person receives the html email with the wishlist information the link is not clickable. You must copy and paste the link into the browser.
I believe this is the line that is creating the link;
What do I need to do to make it a clickable link?Quote:
$email_body .= sprintf(TEXT_EMAIL_LINK, $from_name, zen_href_link(UN_FILENAME_WISHLIST_FIND, 'wid=' . $id));
Thanks
Rick
I still haven't gotten an answer to this yet, and I see others have posted the same problems.
When I try to email a friend, the email message that I get just says:
Joe Blow's Wish List at MJM magic
$EMAIL_MESSAGE_HTML
...no links or list or anything.
I have tried to change my Admin->Email Options->Email Admin Format from HTML to Text, but that didn't do anything.
Any idea why the emails only contain the string "$EMAIL_MESSAGE_HTML" and nothing else? We are running ZenCart 1.3.7.
im getting error
1146 Table 'wwwtrill_zc1.un_wishlists' doesn't exist
in:
[SELECT id FROM un_wishlists w WHERE w.customers_id=1 and w.default_status=1 ]
someone else had same error, but didnt sate what i should rename table to! Please help me :x