Search found 19 matches

by beerbee
Wed Mar 06, 2024 3:53 pm
Forum: Community Help & Support
Topic: Insert column into table displayed in admin/customers.php
Replies: 6
Views: 125

Re: Insert column into table displayed in admin/customers.php

One gets fetched from the orders table, the other one from the customers address book.
by beerbee
Wed Mar 06, 2024 2:12 pm
Forum: Community Help & Support
Topic: Insert column into table displayed in admin/customers.php
Replies: 6
Views: 125

Re: Insert column into table displayed in admin/customers.php

Hi,

Code: Select all

return ($row['entry_company']);
for customers.php works for me.

Kind regards
Christoph
by beerbee
Fri Sep 15, 2023 8:53 am
Forum: Community Help & Support
Topic: Shared Database for Multiple Installs
Replies: 6
Views: 343

Re: Shared Database for Multiple Installs

Hi,
this could be done with table prefixing for individual tables or groups of them, e. g. common products but individual categories, common orders but individual customers...

It was easy once when there was table definitions.

Kind regards
Christoph
by beerbee
Thu Aug 03, 2023 8:42 am
Forum: Community Help & Support
Topic: Help with Attributes
Replies: 24
Views: 3219

Re: Help with Attributes

Hi @lecarlb,
how about this? It should disable the quantity input which caused confusion and have quantity for each combination.

Kind regards
Christoph
by beerbee
Wed Aug 02, 2023 9:14 pm
Forum: Community Help & Support
Topic: Help with Attributes
Replies: 24
Views: 3219

Re: Help with Attributes

Hi, ok, now I do understand. This won't work with any standard buy buttons together, if you use it it will always take the first item in the list and add the amount entered there. The quantity box is no standard on a clean install of phoenix. But in its behaviour its just the same like the standard ...
by beerbee
Wed Aug 02, 2023 1:33 pm
Forum: Community Help & Support
Topic: Help with Attributes
Replies: 24
Views: 3219

Re: Help with Attributes

Sorry, I not quite understand, have you got a link for me?
by beerbee
Wed Aug 02, 2023 9:12 am
Forum: Community Help & Support
Topic: Help with Attributes
Replies: 24
Views: 3219

Re: Help with Attributes

Hi lecarlb , for testing this is just a copy of pad_single_radioset.php with my changes, which is to be found in /includes/system/override/qtpro/ So it would be best to rename the original file first. The standard buy button is removed by javascript if you use the PI module - if not the script would...
by beerbee
Tue Aug 01, 2023 8:58 am
Forum: Community Help & Support
Topic: Help with Attributes
Replies: 24
Views: 3219

Re: Help with Attributes

Hi @lecarlb ,

does this come close to what you wanted?

Kind regards

Christoph
by beerbee
Mon Jul 24, 2023 8:01 am
Forum: Community Help & Support
Topic: Help with Attributes
Replies: 24
Views: 3219

Re: Help with Attributes

Hi @lecarlb,

I'll try something, but this will take some time..have to install clean 1.0.8.20. first, because I'm far behind with live and playground shop(s), but I got something on my mind. Spare time is short ATM.

Kind regards

Christoph
by beerbee
Thu Jul 20, 2023 2:32 pm
Forum: Community Help & Support
Topic: Help with Attributes
Replies: 24
Views: 3219

Re: Help with Attributes

Hi, I'm hoping to list the main model/sku number, then list the model numbers of the attributes. Also, I want it displayed to the customers so they will know the quantities. Maybe that PI QT Pro Stock Table Module could be adapted to your needs regarding showing stock to your customers? So I want to...