Search found 27 matches

by bestmate
Wed Sep 27, 2023 5:16 pm
Forum: Community Help & Support
Topic: Email attachments
Replies: 2
Views: 3409

Re: Email attachments

I would like for my potential customers to be able to attach a file to email they send from my website. Is this something that can be done? It's odd that there has been zero response to the original poster's question.
by bestmate
Tue Aug 29, 2023 12:23 am
Forum: Community Help & Support
Topic: Newsletter Subscription
Replies: 2
Views: 2554

Newsletter Subscription

Hello,

Is there a way to automatically subscribe all new users to receive newsletters without giving the newsletter subscription option in the registration form? My aim is to auto subscribe users but let them opt out if they wish later by updating their preferences. Is this doable?

Cheers.
by bestmate
Thu Jul 06, 2023 1:11 pm
Forum: Community Help & Support
Topic: Remove Add to cart button from product listings
Replies: 16
Views: 5801

Re: Remove Add to cart button from product listings

Thank you all for your help and guidance with this.

I don't know much but I'm always ready to learn and ask for help to get the knowledge I need so I can do things myself whenever possible.
by bestmate
Tue Jul 04, 2023 12:36 pm
Forum: Community Help & Support
Topic: Remove Add to cart button from product listings
Replies: 16
Views: 5801

Re: Remove Add to cart button from product listings

My version is CE-Phoenix-1.0.7.18 and I'd not many any changes relating to this other than follow instructions above. Unfortunately, this did not work so I reversed changes. I then searched for <div class="btn-group" role="group"> to locate every possible instance of that button ...
by bestmate
Mon Jul 03, 2023 5:55 pm
Forum: Community Help & Support
Topic: Remove Add to cart button from product listings
Replies: 16
Views: 5801

Re: Remove Add to cart button from product listings

@heatherbell

Yes, I do
template.jpg
by bestmate
Mon Jul 03, 2023 5:28 pm
Forum: Community Help & Support
Topic: Remove Add to cart button from product listings
Replies: 16
Views: 5801

Re: Remove Add to cart button from product listings

heatherbell wrote: Mon Jul 03, 2023 5:22 pm
bestmate wrote: Mon Jul 03, 2023 4:56 pm

Code: Select all

/**    
**/
What might I be doing wrong?
Not double checking your work!
@heatherbell

My apologies, please bear with me. I am a bit of a newbie and can't see what I've missed as I have changed the lines you quoted to
/*
*/

And there's no change to the button.
by bestmate
Mon Jul 03, 2023 4:56 pm
Forum: Community Help & Support
Topic: Remove Add to cart button from product listings
Replies: 16
Views: 5801

Re: Remove Add to cart button from product listings

Thank you all for your help with this. I carefully followed the instructions by burt to copy the product_card as follows: from here /templates/default/includes/components/product_card.php to here /templates/override/includes/components/product_card.php And made the changes suggested by heatherbell I...
by bestmate
Sun Jul 02, 2023 5:24 pm
Forum: Community Help & Support
Topic: Remove Add to cart button from product listings
Replies: 16
Views: 5801

Remove Add to cart button from product listings

Hi, please can you guide me on how to remove the add to cart button from product listings pages(s) except on the product_info.php page? Also, how do I extend the view button to fill space after removing the add to cart part?
Phoenix.jpg
Thanks for assistance.
by bestmate
Mon May 08, 2023 7:19 pm
Forum: Community Help & Support
Topic: Sorting Products Ascending
Replies: 5
Views: 1959

Re: Sorting Products Ascending

I got this resolves after tinkering around in three files. Everything sorts ascending now with the ?sort=1a appended to the three links in the three files. May not be pretty but I got my solution.
by bestmate
Mon May 08, 2023 5:52 pm
Forum: Community Help & Support
Topic: Sorting Products Ascending
Replies: 5
Views: 1959

Re: Sorting Products Ascending

includes/modules/content/index_products/cm_ip_product_listing.php at '// We show them all' I would copy the file and location into your override template first so you do not mess with the core. tessthepup Thanks for your suggestion. I'm not quite sure what I expected to do as I don't see anything r...