You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just found your repo, and it's really cool. But I'm missing (some) features, like configuring the imageURL in the backend. Or is there any other way to configure the url?
The text was updated successfully, but these errors were encountered:
When writing this, I needed it for a project so I've extracted it as an extension but I've only implemented what was needed for the project – imageURL wasn't one of these things.
I'm not sure where I want to go with further settings – some might be suitable for the admin preferences but others probably aren't (e.g. you might want to use the asset pipeline for your imageURL). Until I've figured that out, the easiest way for you would be to just override the view file and customize it according to your needs. This can be done the same way as with all other Spree extensions and Spree itself by just placing a file with the same name in the same path – in this case app/views/spree/checkout/wirecard_qpay_payment_page.html.erb (or html.haml if you want to use HAML). You can start by copying the contents of the original file and adapting whatever you need.
I'll keep this issue open in case I make my mind up regarding what configuration goes where.
Hi,
I just found your repo, and it's really cool. But I'm missing (some) features, like configuring the imageURL in the backend. Or is there any other way to configure the url?
The text was updated successfully, but these errors were encountered: