Search found 10 matches

by woo13244
27 Aug 2018, 13:56
Forum: Help
Topic: User authentication failed due to invalid authentication val
Replies: 4
Views: 2440

Re: User authentication failed due to invalid authentication

I have solved the problem, i may have found a bit of an error in the docs. The authorizenet.testmode value was not actually changing the value. It would always come in as testmode = false, this is a problem since i must use the sandbox api to test before production. I have solved this by manually ch...
by woo13244
24 Aug 2018, 16:58
Forum: Help
Topic: User authentication failed due to invalid authentication val
Replies: 4
Views: 2440

Re: User authentication failed due to invalid authentication

yes i have created the 2 fields apiLoginId and transactionKey. for the default authorize.net.address, .authorize, and .testmode all to no. I am still getting the same error. Is there anywhere i can dump the api key so i can see if its for sure grabbing the key from the database? Thank you for the he...
by woo13244
20 Aug 2018, 18:59
Forum: Help
Topic: User authentication failed due to invalid authentication val
Replies: 4
Views: 2440

User authentication failed due to invalid authentication val

I am trying to use the Authroize.net Aim payment system. After entering my transaction key and login id i keep getting this error. "User authentication failed due to invalid authentication values." I have triple checked my key and login id. I have tried both the sandbox key and id with the...
by woo13244
17 Aug 2018, 20:38
Forum: Help
Topic: Adding product's target in Deliver Email Template
Replies: 3
Views: 1396

Re: Adding product's target in Deliver Email Template

Thanks!
Any advice on how to add the order base product's target to the delivery email?
by woo13244
16 Aug 2018, 15:13
Forum: Help
Topic: Adding product's target in Deliver Email Template
Replies: 3
Views: 1396

Adding product's target in Deliver Email Template

First and foremost thank you for your great responses to all my questions. They have all benefited in completing my project! Okay, so I have been utilizing the target column in the mshop_order_base_product table to store tracking numbers for each product. Now I would like to add the tracking number ...
by woo13244
13 Aug 2018, 15:37
Forum: Help
Topic: Adding current product category in product detail view.
Replies: 1
Views: 1053

Adding current product category in product detail view.

Is there a quick and easy way to add the product category in my detail view? Specifically in the prod_name, I have found the " $this->detailProductItem variable does not hold any reference to its category. When trying to add the current category in the Detail\Standard.php controller I tried to ...
by woo13244
10 Aug 2018, 13:40
Forum: Help
Topic: tax calculation for orders not being calculated / stored
Replies: 1
Views: 1071

tax calculation for orders not being calculated / stored

I am building in Laravel with the latest version of Aimeos. I have been utilizing a tax plugin with Aimeos called taxjar. I needed to base the tax rate on the customer's shipping address. I have successfully done this for the front end of the aimeos shop but when I check the admin panel in "ord...
by woo13244
10 Aug 2018, 13:23
Forum: Help
Topic: mandatory address fields won't update.
Replies: 2
Views: 1256

Re: mandatory address fields won't update.

I actually figured this one out. I had to add the client/html/checkout/standard/address/states US states array. ``` $view->addressStates = $view->config( 'client/html/checkout/standard/address/states', [ 'US' => array( 'AL' => 'Alabama', 'AK' => 'Alaska', 'AZ' => 'Arizona', 'AR' => 'Arkansas', 'CA' ...
by woo13244
09 Aug 2018, 15:20
Forum: Help
Topic: mandatory address fields won't update.
Replies: 2
Views: 1256

mandatory address fields won't update.

I have had luck with changing mandatory fields before but now when I try to add the states field into the mandatory array the view never updates. I even checked the source page to discover all other hidden elements are present with a display of none but the state list item is not there at all. this ...
by woo13244
02 Aug 2018, 21:54
Forum: Help
Topic: Laravel aimeos version 2018.07 Check out Address Page
Replies: 1
Views: 952

Laravel aimeos version 2018.07 Check out Address Page

The set up for the forms in the address page seems a little confusing so I am trying to modify the order and some functionality on the page. I have successfully changed to order of the forms but can not find how the ```Like Billing Address``` button is using the billing address as shipping address. ...