Search found 69 matches

by Moxamint
Mon Oct 13, 2025 5:22 am
Forum: Community Help & Support
Topic: Where's my order?
Replies: 17
Views: 42241

Re: Where's my order?

burt wrote: Sun Oct 12, 2025 5:21 pm I wonder if any shopowners get this request regularly ?

What do you do to combat it ?
I have a small add-on that allows the admin to enter the tracking number, enabling the customer to track their shipment. I haven't been asked about the delivery status since.
by Moxamint
Wed Sep 17, 2025 9:32 am
Forum: Community Help & Support
Topic: Combatting New US Tariffs
Replies: 11
Views: 96087

Re: Combatting New US Tariffs

No, they all suspended it here, explaining that nothing has been put in place on the US end to make the arrangements for payment and customs will refuse any package sent so it is a real mess. So in France, it simply doesn't work even when sellers are willing to subsidize and swallow the customs dut...
by Moxamint
Wed Sep 17, 2025 3:00 am
Forum: Community Help & Support
Topic: Combatting New US Tariffs
Replies: 11
Views: 96087

Re: Combatting New US Tariffs

Great job! Unfortunately here in France all shippers including our post office have suspended shipping to the US saying that US Customs has not provided a means to pay customs before shipping so we have now lost ou US customers!!! Bummer... Not even FedEx or DHL? As far as I know, the shipper can c...
by Moxamint
Mon Aug 05, 2024 2:08 pm
Forum: The Lounge
Topic: Category Description & Category Meta Description
Replies: 4
Views: 238

Re: Category Description & Category Meta Description

However, a category description that is only 25-30 words might not be enough for 'good' content and reducing word count of category description just to avoid the data entry for category meta description could be 'shooting your own foot'. Personally, we would aim for >100 words for any non-meta desc...
by Moxamint
Mon Aug 05, 2024 12:57 pm
Forum: The Lounge
Topic: Category Description & Category Meta Description
Replies: 4
Views: 238

Re: Category Description & Category Meta Description

Thanks @Heatherbell; then can I say if my category description is tidy and relevant already, the category meta description isn't very important?
by Moxamint
Mon Aug 05, 2024 9:58 am
Forum: The Lounge
Topic: Category Description & Category Meta Description
Replies: 4
Views: 238

Category Description & Category Meta Description

Hi there,

I already have descriptions for most of my categories, and I'm debating whether it's worth the effort to add the category meta description.

Thanks in advance for your opinions.

Eddy
by Moxamint
Thu Feb 08, 2024 12:14 am
Forum: Community Help & Support
Topic: 'Must Have' Addons
Replies: 29
Views: 1786

Re: 'Must Have' Addons

Scott @swguy created the "big chooser", "big spender" and more similar things. Scott is more or less only working with Zen Cart, but he might be receptive to a PM or email. I have already contact him via email when I was looking around. and as you said he is more or less only wo...
by Moxamint
Thu Oct 05, 2023 5:31 am
Forum: Community Help & Support
Topic: Contact_us
Replies: 41
Views: 1942

Re: Contact_us

Could anyone confirm this add-on is compatible with Phoenix v1.8.20? If it does, then I must have done something wrong as I got a blank contact_us page after the installation. Thanks, Eddy I'm having the same issue. Did you get it resolved? Thanks No, I gave up using it. According to the developers...
by Moxamint
Thu Oct 05, 2023 5:05 am
Forum: Community Help & Support
Topic: Passing variable value from module file to template file
Replies: 2
Views: 170

Re: Passing variable value from module file to template file

raiwa wrote: Thu Oct 05, 2023 4:37 am Just move the query to the main file. The variable should be available then in the template file without any additional coding.
Thank you! My attempt to execute the query in the main file failed because I put the query AFTER template file was loaded. Now it's working perfectly.
by Moxamint
Thu Oct 05, 2023 2:39 am
Forum: Community Help & Support
Topic: Passing variable value from module file to template file
Replies: 2
Views: 170

Passing variable value from module file to template file

Hi, I wanted to add "Order Status" to the order notification email. I achieved that by using the following SQL query in the template file <<tpl_n_checkout.php>>: $q = $GLOBALS['db']->query( "SELECT orders_status_name FROM orders_status INNER JOIN orders ON orders_status.orders_status_...