edwardsmark
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Shopping Cart] limit quantitybut again, i need to be able to suppress the quantity for just one item, not all of them.
did you look at my css code? what did your developers think about that approach?
- This reply was modified 8 months, 2 weeks ago by edwardsmark.
Forum: Plugins
In reply to: [Simple Shopping Cart] limit quantitywhat about something as simple as this snippit?
form[style="display: inline"]:has(input[type="hidden"][name="wspsc_product"][value="Introductory Rate for first client"]) {
/* Your CSS styles here */
visibility: hidden;
}this seems to work.
Forum: Plugins
In reply to: [WooCommerce] possible hack attempt which seemed to “almost” workthank you for reply.
Your database includes shop_order_placehold entries. It’s worth reviewing those to see if any match the suspicious order keys.may i ask where this is? i was unable to locate it.
Forum: Plugins
In reply to: [Simple Shopping Cart] 5.1.8 bugFatal error: Uncaught Error: Call to a member function get_discount_applied_once() on null in /*/wp-content/plugins/wordpress-simple-paypal-shopping-cart/includes/classes/class-coupon.php:215this seems like a simple fix: https://m.academy/articles/error-call-to-member-function-get-on-null/
Forum: Plugins
In reply to: [Simple Shopping Cart] making LIVE….thought/suggestion: https://ajcomptonpesl.com/simple.png
woocommerce/stripe makes this setting MUCH more obvious (pls see dropdown pic). maybe make it a bit easier but using a drop-down or “test/live” radio buttons?
my two cents worth….- This reply was modified 10 months, 1 week ago by edwardsmark.
- This reply was modified 10 months, 1 week ago by edwardsmark.
Forum: Plugins
In reply to: [Simple Shopping Cart] NO Paypal Button PPCPsorry but you are WAY OFF and i have to take exception to your comments. and you find a lot of extra documentation here.
i am as techie-challenged as you will ever find, and i had a WORKING item and cart on my website in mere minutes just by following the simple examples.
of course it took me another minute to figure out to use:
[wp_cart_display_productinstead of:
[wp_cart_buttonfor the extra options. and then the simple humble:
[show_wp_shopping_cart]and viola, instant shopping cart.
FWIW i use stripe over PayPal. why anybody still uses PayPal instead of Stripe is a big mystery.
also, i have to mention how extremely well supported this plug-in is. take a look at all the five-star reviews.
then compare all this to woo-commerce. i suspect you can accomplish what you need in 5% of the time that woo-commerce takes.
- This reply was modified 10 months, 1 week ago by edwardsmark.
Forum: Plugins
In reply to: [Simple Shopping Cart] fun issue with elementor page editori cannot seem to reproduce the error so i am killing this post.
Forum: Plugins
In reply to: [Simple Shopping Cart] uh ohhh…. error….thank you, fixed.
its sort of embarrassing to learn your PHP is obsolete on a public forum. but at least i am among friends😳.
Forum: Plugins
In reply to: [Simple Shopping Cart] uh ohhh…. error….fixed:
/../wp-content/plugins/wordpress-simple-paypal-shopping-cart/includes/wpsc-shortcodes-related.php:160
array_merge($variations) //...$variations 2025-07-23per: https://php.watch/versions/8.1/spread-operator-string-array-keys
Forum: Plugins
In reply to: [Simple Shopping Cart] uh ohhh…. error….sure, here is one of 30+
[wp_cart_display_product
description="one-time special for first-time purchasers – please allow up to 24-72
hours for authorization e-mail"
item_number="4121"
name="Introductory Rate for first client"
price="6.00"
thumbnail="//about:blank"
]pls feel free to send me a special script littered with
error_log() statements if necessary. sorry old school guy here…..- This reply was modified 10 months, 3 weeks ago by edwardsmark.
Forum: Plugins
In reply to: [Simple Shopping Cart] suppressing the mandatory thumbnailawwwww and this is after i came up with a positively brilliant workaround solution?? 😂🤣😂🤣
so i take it we can just omit the thumbnail option and will not see an error?
- This reply was modified 10 months, 3 weeks ago by edwardsmark.
Forum: Plugins
In reply to: [Simple Shopping Cart] return anchorssorry i should have said:
so by clicking the link, you get returned to the original item on the products page, without scrolling.
- This reply was modified 10 months, 3 weeks ago by edwardsmark.
Forum: Plugins
In reply to: [Simple Shopping Cart] suppressing the mandatory thumbnailthis works for me:
img[src$="about:blank"] {
display: none;
}thumbnail="//about:blank"Forum: Plugins
In reply to: [Simple Shopping Cart] including the “price=” number in the “name=” valuewhat i am saying is to see all the options like this page has listed is very handy.
they have the shorcode options listed like this:
name– specifies the product name for the shopping cart itemitem_number– assigns a unique number to the productprice– sets the product’s selling priceshipping– designates the shipping cost for the productvar1, var2, var3– allows for additional product variables- etc etc etc
i just wrote to the authors of their reference page and asked them to please consider including
digital='1'in their documentation.Forum: Plugins
In reply to: [Simple Shopping Cart] including the “price=” number in the “name=” valuehi – i saw that one earlier, thanks (and used it)
i was specifically searching for something like:
wp_shopping_cart name price shippingto find a documentation resource that contains ALL the options. sorry but i am a pretty lazy document-searcher, that seemed like the easiest way, and the page https://wpshortcode.org/wordpress-simple-paypal-shopping-cart/ came up.
its tempting to find the authors to get
digital="1"added to this resource page.- This reply was modified 10 months, 4 weeks ago by edwardsmark.
- This reply was modified 10 months, 4 weeks ago by edwardsmark.
- This reply was modified 10 months, 4 weeks ago by edwardsmark.
- This reply was modified 10 months, 4 weeks ago by edwardsmark.