Skip to content

Commit

Permalink
Update product.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ptibogxiv committed Oct 22, 2024
1 parent 88977c1 commit 35653e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion functions/product.php
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,6 @@ function doliProductCart($product, $line = null, $refresh = null, $wishlist = tr
} else {
$button .= "<button class='btn btn-sm btn-danger' name='plus' value='plus' type='submit' onclick='doliJavaCartAction(\"updateLine\", ".$product->id.", ".$mstock['line'].", 1, ".json_encode($linearray_options, JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES).", \"membership\");'>".__('Pay my subscription', 'doliconnect')."</button>";
}
//$button .= '<input id="qty-prod-'.$product->id.'" type="text" class="form-control form-control-sm" value="'.__('Pay my subscription', 'doliconnect').'" aria-label="'.__( 'Soon', 'doliconnect').'" style="text-align:center;" disabled readonly>';
$button .= '</div>';
} else {
$button .= '<div class="mb-3"><div class="input-group">';
Expand Down

0 comments on commit 35653e3

Please sign in to comment.