diff --git a/osinaweb/customercore/__pycache__/views.cpython-310.pyc b/osinaweb/customercore/__pycache__/views.cpython-310.pyc index fa6a0b83..00340c90 100644 Binary files a/osinaweb/customercore/__pycache__/views.cpython-310.pyc and b/osinaweb/customercore/__pycache__/views.cpython-310.pyc differ diff --git a/osinaweb/customercore/templates/products/osicard-plans.html b/osinaweb/customercore/templates/products/osicard-plans.html index 3970454f..b2eb9aaf 100644 --- a/osinaweb/customercore/templates/products/osicard-plans.html +++ b/osinaweb/customercore/templates/products/osicard-plans.html @@ -127,12 +127,18 @@

$6/month

- + {% if not active_order_item_standard %} + + {% else %} + + {% endif %}

Features:

@@ -214,19 +220,25 @@
+ class="w-full h-full border border-gray-200 p-9 flex flex-col gap-5 items-center {% if active_order_item_premium %} bg-black bg-opacity-20 {% endif %}">

Business

$25/month

- + {% if not active_order_item_premium %} + + + + {% else %} - + class="w-fit px-9 py-2 bg-white border border-green-700 text-green-700 uppercase cursor-default">Currently + Subscribed + {% endif %}

Features:

@@ -311,19 +323,26 @@
-
+

Basic

$0/month

- + {% if not active_order_item_basic %} + + + + {% else %} - + {% endif %}
$6/month

- + {% if not active_order_item_standard %} + + {% else %} +
$25/month

- + {% if not active_order_item_premium %} + + {% else %} +