Add WordPress plugin download to the Stores page.
Deploy Ladill Woo Manager / deploy (push) Successful in 36s

Bundles the ladill-woo plugin zip and shows a download + connect guide panel
so merchants can install the plugin and link their WooCommerce store.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-07 13:28:24 +00:00
co-authored by Cursor
parent b94ae84ea9
commit e85ad97dda
2 changed files with 18 additions and 0 deletions
Binary file not shown.
@@ -14,6 +14,24 @@
@endif
</div>
<div class="rounded-2xl border border-indigo-100 bg-indigo-50/60 p-6">
<div class="flex flex-wrap items-start justify-between gap-4">
<div class="max-w-xl">
<h2 class="text-sm font-semibold text-slate-900">Connect a WooCommerce store</h2>
<ol class="mt-2 list-decimal space-y-1 pl-5 text-sm text-slate-600">
<li>Download the Ladill plugin and upload it in WordPress under <strong>Plugins Add New Upload Plugin</strong>.</li>
<li>Activate <strong>Ladill Woo Manager</strong>, then open <strong>WooCommerce Ladill Woo</strong>.</li>
<li>Click <strong>Connect with Ladill</strong> and sign in to link your store.</li>
</ol>
</div>
<a href="{{ asset('downloads/ladill-woo-plugin.zip') }}?v={{ @filemtime(public_path('downloads/ladill-woo-plugin.zip')) ?: '1' }}" download
class="inline-flex shrink-0 items-center gap-2 rounded-xl bg-indigo-600 px-4 py-2.5 text-sm font-semibold text-white hover:bg-indigo-700">
<svg class="h-4 w-4" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path stroke-linecap="round" stroke-linejoin="round" d="M4 16v2a2 2 0 002 2h12a2 2 0 002-2v-2M7 10l5 5 5-5M12 15V3"/></svg>
Download plugin (.zip)
</a>
</div>
</div>
<div class="overflow-hidden rounded-2xl border border-slate-200 bg-white">
@if($stores->isEmpty())
<p class="px-6 py-10 text-sm text-slate-500">No stores connected yet. Install the Ladill plugin on WordPress and click Connect with Ladill.</p>