Search found 95 matches

by superscotty19
24 Jun 2019, 08:15
Forum: TYPO3 extension
Topic: Property-Based SKU
Replies: 23
Views: 7661

Re: Property-Based SKU

Hi, Sorry for the delay - had to fix wife's car :-) OK I copied/pasted the code to the 2 files, tested it and while it's better it is still glitching. Here's the scenario: Item: Bike 1 Bike 1 color red, size small, part # (property) 90418-8002 Bike 1 color red , size large, part # (property) 90418-8...
by superscotty19
19 Jun 2019, 22:37
Forum: TYPO3 extension
Topic: Property-Based SKU
Replies: 23
Views: 7661

Re: Property-Based SKU

last one...
by superscotty19
19 Jun 2019, 22:36
Forum: TYPO3 extension
Topic: Property-Based SKU
Replies: 23
Views: 7661

Re: Property-Based SKU

more attachments...
by superscotty19
19 Jun 2019, 22:35
Forum: TYPO3 extension
Topic: Property-Based SKU
Replies: 23
Views: 7661

Re: Property-Based SKU

Update to 3.) ... here are the steps I take to create a mess: a.) Create product + variants - Enter basic info, choose select - enter variants (see screenshot 1) - enter images - enter text (long description) - enter prices (0 tax, 689 actual) - enter default category - enter characteristics (attrib...
by superscotty19
19 Jun 2019, 09:04
Forum: TYPO3 extension
Topic: Property-Based SKU
Replies: 23
Views: 7661

Re: Property-Based SKU

Hi, Good idea. The code viewer for the PHP file was cut off but I think that's the problem (specifically, around line 461. I say that because when I look at the source of my item detail page, it has the following code: <tbody> <tr class="item subproduct subproduct-33"> <td class="name...
by superscotty19
19 Jun 2019, 05:59
Forum: TYPO3 extension
Topic: PROBLEMS WITH LOADING PRODUCT IMAGES!!
Replies: 1
Views: 1011

Re: PROBLEMS WITH LOADING PRODUCT IMAGES!!

Hey,

It's just like PHP: even with the main module installed, you may still require extensions/modules. In this case, even though ImageMagick is installed, there's extra delegates required. Try this link:

https://github.com/thephpleague/glide/issues/237

HTH,
-Scott.
by superscotty19
19 Jun 2019, 05:56
Forum: TYPO3 extension
Topic: basket takes long to load!!!
Replies: 2
Views: 1233

Re: basket takes long to load!!!

Hi!

It definitely sounds like a load issue because my install is running *fast*. Your server specs sound OK, but it could also be your browser/computer. To eliminate all variables, have you tried on another system? Also, if you can provide the URL, I can check the speed on my end.

-Scott.
by superscotty19
18 Jun 2019, 21:27
Forum: TYPO3 extension
Topic: Property-Based SKU
Replies: 23
Views: 7661

Re: Property-Based SKU

1.) Separating variant from master: OK, that's what I thought. I just gave the variant a unique label and all is well. Thanks for confirming. 2.) SKUs appearing in frontend: Ah yes! I set the stock, added to basket, and I see the SKU. However, the Manufacturer Part Number (MPN) Property that I defin...
by superscotty19
17 Jun 2019, 20:10
Forum: TYPO3 extension
Topic: Property-Based SKU
Replies: 23
Views: 7661

Re: Property-Based SKU

Ohhhhhh!!!!!!! I did not discern that from the documentation. It is working now, but the variant's SKU and/or Label are not showing in the product detail. I see that a variant becomes a regular product (how do I know which product is a variant and which is a "master"?). So, I go to the var...
by superscotty19
16 Jun 2019, 04:56
Forum: TYPO3 extension
Topic: Multiple Tax Fields in Prices Section
Replies: 12
Views: 5614

Re: Multiple Tax Fields in Prices Section

Hi, While I'm certainly willing to do that, I'm embarrassed to admit that I don't know what you're talking about. I don't know the blueprint of the aimeos file structure (I've only been a user for a couple weeks, and FAR from a "under the hood" developer) - so I don't even know where to fi...