lecarlb wrote: ↑Wed Jul 19, 2023 7:42 pm
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?
lecarlb wrote: ↑Wed Jul 19, 2023 7:42 pm
So I want to be able to import/export model numbers and quantities of the attributes. I hope that make sense.
I have QT Pro. I love the layout but I don't see where I can use the model numbers of the attributes.
And sorry, another question: What do you mean by attribute model numbers? There are products_options_values_id's which have to be unique and their names for the languages in use. The later could be called or used as attribute model if I look at your first post.
For exporting/importing using QTPro you'd need to use the product_id's, the options_id's and the products_options_values_id's as they are all unique product_model, names are not.
I'm just searching in my older files AFAIR I did some heavy adaption of Google Base Data Feeder to get both stock for products with attributes using QTPro and those without into a csv.
Which version of phoenix do you use and have your products only sizes or combinations like colors and sizes?
Kind regards
Christoph
I use version 1.0.8.20. The products only use sizes.
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.
beerbee wrote: ↑Mon Jul 24, 2023 8:01 am
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.
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 have to adapted.
Kind regards
Christoph
You do not have the required permissions to view the files attached to this post.
beerbee wrote: ↑Wed Aug 02, 2023 9:12 am
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 have to adapted.
Kind regards
Christoph
Hello @beerbee,
It seems to work The only very minor issue is a quantity of 1 is added to the cart when 2 is selected.
Thank you for your work.