Search found 58 matches

by cyrotek
06 Nov 2019, 08:07
Forum: TYPO3 extension
Topic: Product > Price > Option "Substract Rebate Amount" // Company field in checkout
Replies: 1
Views: 1073

Product > Price > Option "Substract Rebate Amount" // Company field in checkout

Hello, I've entered a value into the substract rebate amount, but nothing is happening? Do I need to add a decorator or anything for it work?? I suppose Its supposed to give the User a feel of discounted product or what is it supposed to do? EDIT: Also how can i make the company field visible per de...
by cyrotek
02 Oct 2019, 07:37
Forum: TYPO3 extension
Topic: required.productcode = No Error Message?
Replies: 1
Views: 1505

required.productcode = No Error Message?

Hello, I am using the required Decorator, which seems to work. Though, right now it'll let me add the coupon code and on refresh or proceed, removes it. Is that the expected behavior? I thought it wouldnt let me add it in the first place and give me an according error message like "The code you...
by cyrotek
17 Sep 2019, 08:48
Forum: TYPO3 extension
Topic: Add Newsletter Checkbox to Checkout
Replies: 5
Views: 2456

Re: Add Newsletter Checkbox to Checkout

Thanks, I've just put the value into the process-body-standard.php and kinda passed it along. Easy and worked well. :)

Thanks though.
by cyrotek
13 Sep 2019, 10:50
Forum: TYPO3 extension
Topic: Add Newsletter Checkbox to Checkout
Replies: 5
Views: 2456

Add Newsletter Checkbox to Checkout

Hello, another questions. I'd like to add a checkbox for a newsletter sign up to the checkout and pass the info along to checkout confirm. Just like the terms checkbox, however, the decorator I have created is asigned to the checkout confirm, but print $view->param( 'cs_option_terms_value'); returns...
by cyrotek
12 Sep 2019, 12:07
Forum: TYPO3 extension
Topic: Add custom "Option" to Coupon - how to retrieve in checkout?
Replies: 16
Views: 4928

Re: Add custom "Option" to Coupon - how to retrieve in checkout?

Alright.... fixed that too now. Another error popped up... 2019-09-12 12:00:37 client/html 4 df61f077a8341b8da5fd7778fa060c3b Invalid name "coupon.coupon.code Here is my Decorator right now... public function addData( \Aimeos\MW\View\Iface $view, array &$tags = array(), &$expire = null ...
by cyrotek
12 Sep 2019, 11:36
Forum: TYPO3 extension
Topic: Add custom "Option" to Coupon - how to retrieve in checkout?
Replies: 16
Views: 4928

Re: Add custom "Option" to Coupon - how to retrieve in checkout?

Okay, so I've added a decorator. Everything fine, just how do i access the coupon code? Whatever i try to retrieve with $view->get throws an error or null.... Decorator is included as: plugin.tx_aimeos.settings.client.html.checkout.confirm.decorators.global{ 0 = CouponCourse } Code is public functio...
by cyrotek
12 Sep 2019, 10:34
Forum: TYPO3 extension
Topic: Add custom "Option" to Coupon - how to retrieve in checkout?
Replies: 16
Views: 4928

Re: Add custom "Option" to Coupon - how to retrieve in checkout?

Throws an exception:

Class "\Aimeos\MW\View\Helper\GetContext\Standard" not available

I mean, it seriously cant be that hard to access that option....
by cyrotek
12 Sep 2019, 09:30
Forum: TYPO3 extension
Topic: Product Basic Options
Replies: 4
Views: 1814

Re: Product Basic Options

Ah okay, how do I make it available than?

Edit: Never mind, made it work as attribute, even better due to translations. :)
by cyrotek
12 Sep 2019, 09:26
Forum: TYPO3 extension
Topic: Product Basic Options
Replies: 4
Views: 1814

Re: Product Basic Options

Throws an error:

Code: Select all

Oops, an error occurred!
Call to undefined method 
Aimeos\MShop\Order\Item\Base\Product\Standard::getConfig()
I try to retrieve it in the summary basket for testing purpose.
by cyrotek
12 Sep 2019, 08:48
Forum: TYPO3 extension
Topic: Product Basic Options
Replies: 4
Views: 1814

Product Basic Options

Hello,

I've added a key/value pair to the options, the info says "Article specific configuration options, will be available as key/value pairs in the templates", but where and how??? I cant seem to find it.