Search found 257 matches

by Kofod95
Sun Apr 14, 2024 6:00 am
Forum: Community Help & Support
Topic: Add a customer from admin?
Replies: 1
Views: 39

Re: Add a customer from admin?

If you look in admin/includes/actions/customers you can see the actions as they are. If you add a new file there called create or add (depending on what you end up calling your action) and put the processing of form data there, things automagically work. You can look at actions/info_pages for an exa...
by Kofod95
Wed Apr 10, 2024 5:42 am
Forum: Community Help & Support
Topic: Help with Free Shipping for VIP Module
Replies: 3
Views: 39

Re: Help with Free Shipping for VIP Module

Good to hear! I found the explanation: The way that [Phoenix] handles the shipping is to join the module and method names with an underscore. E.g. free_free or table_table. With the idea that sometimes the method might not have the same name as the module. E.g. fedex_groundslow, fedex_nextdayair. So...
by Kofod95
Tue Apr 09, 2024 3:11 pm
Forum: Community Help & Support
Topic: Help with Free Shipping for VIP Module
Replies: 3
Views: 39

Re: Help with Free Shipping for VIP Module

Might not be that, but as far as I remember underscores are not allowed in class names for shipping modules. Try removing underscore in class and file name

//Daniel
by Kofod95
Thu Mar 14, 2024 8:20 am
Forum: Community Help & Support
Topic: Product stock not updating
Replies: 3
Views: 61

Re: Product stock not updating

Also, the stock won't be subtracted untill checkout - some people adds to cart without ever checking out

//Daniel
by Kofod95
Fri Mar 01, 2024 10:57 am
Forum: Community Help & Support
Topic: The Best Way to Update 1.0.7.18 site to 1.0.8.21?
Replies: 7
Views: 126

Re: The Best Way to Update 1.0.7.18 site to 1.0.8.21?

Considering the big jump I need to make I think a fresh start may be the best approach. That's about 24 versions to go through. Yes, I went from a modded 1.0.4.0 to 1.0.8.20 and never regretted taking a fresh start. It gave me plenty of time to sort out hiccups and think about better ways to accomp...
by Kofod95
Fri Mar 01, 2024 7:15 am
Forum: Community Help & Support
Topic: The Best Way to Update 1.0.7.18 site to 1.0.8.21?
Replies: 7
Views: 126

Re: The Best Way to Update 1.0.7.18 site to 1.0.8.21?

I shared some thoughts about that here: viewtopic.php?p=10412#p10412

The first post argues the different paths of updating and why I did as I did.

//Daniel
by Kofod95
Tue Feb 13, 2024 8:21 am
Forum: Community Help & Support
Topic: Queued Emails - Ideas and Chat
Replies: 36
Views: 421

Re: Queued Emails - the process

-When a "followed" product gets added to specials (and when a special on a followed product is about to end) -Maybe "anniversary"-mails: "Hey Mickey! It's been ten years since you created a profile at XYZ-shop. So great that you're still here! If you write this code "10...
by Kofod95
Thu Jan 25, 2024 7:30 pm
Forum: Community Help & Support
Topic: Product Notifications
Replies: 21
Views: 1224

Re: Product Notifications

Have you also changed the text accordingly, like Steve has done, and mentioned the possibility of being notified about big price increases and product changes? No, I left it as is, as we were considering expanding with notifications if reviews were placed (and made visible) and possible alternative...
by Kofod95
Thu Jan 25, 2024 6:21 am
Forum: Community Help & Support
Topic: Product Notifications
Replies: 21
Views: 1224

Re: Product Notifications

For us that feature is for when something is back in stock after a long period as sold out, or for telling about a big change in the product. Could be a big price increase, could be if the latest shipment had something extraordinary about it.

//Daniel
by Kofod95
Mon Jan 22, 2024 9:40 am
Forum: Community Help & Support
Topic: Hacked site
Replies: 7
Views: 816

Re: Hacked site

Sorry to hear that you've been hacked! If you have back-ups, that would be the way forward. If not, you should be able to, fairly quickly, install a new site and add the add-ons you need, add the override files and css and then the db (you might be able to use the same db - that depends whether or n...