Mudzakkir

Results 5 comments of Mudzakkir

@mistic100 thank for this awesome plugin! I've been trying to solve the same issue for UI autocomplete for few days; and finally I found a solution. I hope this can...

For the `id="self"` you can add code below at shortcodes_default.php, method `link_product()` before `if ($id) {` which will automatically check product_id in URL. ``` if ($id == 'self' && isset($this->request->get['product_id']))...

Get the same issue _The field "checkoutMode" is invalid for this API_ the API 2 on this guide https://developer.amazon.com/docs/amazon-pay-apb-checkout/add-the-amazon-pay-button.html#2-generate-the-create-checkout-session-payload

I'm misunderstanding the docs, just need the payload string, doesn't need to create the checkout session. Thanks.

It would be awesome if we have _loadVariables($file)_ to load variable file(s) ``` $less = new lessc; $less->loadVariables($path . 'less/variable.less'); // @font-color: #111 $less->setVariables(array( 'font-color' => '#333, )); $less->compileFile($path ....