Search found 95 matches

by superscotty19
27 Jun 2019, 01:57
Forum: TYPO3 extension
Topic: Supplier - Item Name - Price on Separate Rows in CatalogList
Replies: 13
Views: 4811

Re: Supplier - Item Name - Price on Separate Rows in Catalog

... but here's what I need it to look like:
by superscotty19
27 Jun 2019, 01:54
Forum: TYPO3 extension
Topic: Supplier - Item Name - Price on Separate Rows in CatalogList
Replies: 13
Views: 4811

Supplier - Item Name - Price on Separate Rows in CatalogList

Hi, TYPO3 8.7 Aimeos 18.10 I need the catalog list to show list this: <SUPPLIER> <Label> <Price> But right now all I can get is: <Label> <Price> I've tried creating a supplier but there's nowhere in the Product element to specify the supplier of the product, hence I had to put the Supplier name in t...
by superscotty19
27 Jun 2019, 00:55
Forum: TYPO3 extension
Topic: Modify/Change Template HTML Without Creating a New One
Replies: 2
Views: 1533

Modify/Change Template HTML Without Creating a New One

Hi, There's a couple things I'd like to change in the template - or rather, my client has asked to have done - for example, move the search bar into the menu bar, change font colours, etc. For the latter, I know I can just use a custom CSS file and override, as outlined in https://aimeos.org/docs/De...
by superscotty19
27 Jun 2019, 00:20
Forum: TYPO3 extension
Topic: Auto-Expand Filters/Attribute Tree?
Replies: 4
Views: 1797

Auto-Expand Filters/Attribute Tree?

Hi, TYPO3 8.7 Aimeos 18.10 I'm putting together the frontend of a site now that the catalogue is built, and I'm struggling with the filters. I've created a "Catalog attributes" content element and chosen a random attribute, as well as the mandatory pointers to List, Count, and JSON pages. ...
by superscotty19
26 Jun 2019, 22:48
Forum: TYPO3 extension
Topic: Property-Based SKU
Replies: 23
Views: 7683

Re: Property-Based SKU

THAT WORKED!!!!

Thank you!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-Scott.
by superscotty19
26 Jun 2019, 22:40
Forum: TYPO3 extension
Topic: Variant Prices Not Displaying
Replies: 8
Views: 2951

Re: Variant Prices Not Displaying

Yup,

Had all those checked before I wrote - see screenshot.

-S.
by superscotty19
25 Jun 2019, 21:47
Forum: TYPO3 extension
Topic: Variant Prices Not Displaying
Replies: 8
Views: 2951

Variant Prices Not Displaying

Hi again, TYPO3 8.7 Aimeos 18.10 I've created a Selection Product and variants inside it. I edit the variant in its respective Article view and go to the Prices tab, where I set a price for the variant article In the front end, the price field is blank, no matter which variant I choose from the drop...
by superscotty19
25 Jun 2019, 20:45
Forum: TYPO3 extension
Topic: Property-Based SKU
Replies: 23
Views: 7683

Re: Property-Based SKU

Oh! Good to know! In that case, I have changed the .js file (keeping the .php file as-is), and now I get nothing in the properties dropdown at all. Now, typo/typo3conf/ext/aimeos/Resources/Public/Themes/aimeos.js looks like this: } else { $(".addbasket .btn-action", parent).removeClass(&qu...
by superscotty19
25 Jun 2019, 03:48
Forum: TYPO3 extension
Topic: Property-Based SKU
Replies: 23
Views: 7683

Re: Property-Based SKU

Nope, Here's the code for public_html/typo/typo3conf/ext/aimeos/Resources/Private/Extensions/ai-client-html/client/html/themes/aimeos.js [code] } else { $(".addbasket .btn-action", parent).removeClass("btn-disabled").r$ } $(".catalog-detail-additional .subproduct-actual"...