solidusio-contrib / solidus_print_invoice

Provide your users with printable PDF invoices in Solidus.
BSD 3-Clause "New" or "Revised" License
18 stars 29 forks source link

NoMethodError in Spree::Admin::Orders#show #42

Closed hkleow closed 4 years ago

hkleow commented 4 years ago
`im = Sprockets::Railtie.build_environment(Rails.application).find_asset(Spree::PrintInvoice::Config[:print_invoice_logo_path])
image im.filename , :at => [0,720], :scale => logo_scale

fill_color "E99323"
if @hide_prices
`

my spree.rb Spree::PrintInvoice::Config.set(print_invoice_logo_path: "/path/to/public/images/logoserp.jpg")

not sure why it keep giving me this error, i've place my logo under public/images folder

aldesantis commented 4 years ago

@hkleow sorry, could you send the full stacktrace and format it properly? Thanks!

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.