Does anybody have a set of sql statements for removing all Shopp data from all db tables?
ChatGPT says the following, does it look complete?
-- Delete Shopp orders
DELETE FROM wp_posts WHERE post_type = 'shopp_order';
-- Delete Shopp order items
DELETE FROM wp_postmeta WHERE meta_key = '_shopp_order_items';
-- Delete Shopp customers
DELETE FROM wp_posts WHERE post_type = 'shopp_customer';
-- Delete Shopp customer data
DELETE FROM wp_postmeta WHERE meta_key LIKE '_shopp_customer_%';
-- Delete Shopp products
DELETE FROM wp_posts WHERE post_type = 'shopp_product';
-- Delete Shopp product data
DELETE FROM wp_postmeta WHERE meta_key LIKE '_shopp_product_%';
-- Delete Shopp product attributes
DELETE FROM wp_terms WHERE term_id IN (SELECT term_taxonomy_id FROM wp_term_taxonomy WHERE taxonomy = 'shopp_attributes');
DELETE FROM wp_term_relationships WHERE term_taxonomy_id IN (SELECT term_taxonomy_id FROM wp_term_taxonomy WHERE taxonomy = 'shopp_attributes');
DELETE FROM wp_term_taxonomy WHERE taxonomy = 'shopp_attributes';
DELETE FROM wp_woocommerce_attribute_taxonomies WHERE attribute_name LIKE 'shopp_%';
-- Delete Shopp categories
DELETE FROM wp_terms WHERE term_id IN (SELECT term_taxonomy_id FROM wp_term_taxonomy WHERE taxonomy = 'shopp_category');
DELETE FROM wp_term_relationships WHERE term_taxonomy_id IN (SELECT term_taxonomy_id FROM wp_term_taxonomy WHERE taxonomy = 'shopp_category');
DELETE FROM wp_term_taxonomy WHERE taxonomy = 'shopp_category';
-- Delete Shopp tags
DELETE FROM wp_terms WHERE term_id IN (SELECT term_taxonomy_id FROM wp_term_taxonomy WHERE taxonomy = 'shopp_tag');
DELETE FROM wp_term_relationships WHERE term_taxonomy_id IN (SELECT term_taxonomy_id FROM wp_term_taxonomy WHERE taxonomy = 'shopp_tag');
DELETE FROM wp_term_taxonomy WHERE taxonomy = 'shopp_tag';
-- Delete Shopp settings
DELETE FROM wp_options WHERE option_name LIKE 'shopp_%';
]]>
This is the message I received by email from WordPress:
========================================================
Howdy!
Since WordPress 5.2 there is a built-in feature that detects when a plugin or theme causes a fatal error on your site, and notifies you with this automated email.
In this case, WordPress caught an error with one of your plugins, Shopp.
<snip>
When seeking help with this issue, you may be asked for some of the following information:
WordPress version 5.5.3
Current theme: Rover (version 1.0.0)
Current plugin: Shopp (version 1.4)
PHP version 7.4.11
Error Details
=============
An error of type E_ERROR was caused in line 493 of the file /home/rover407/public_html/wordpress/wp-content/plugins/shopp/core/library/Markdown.php. Error message: Uncaught Error: Call to a member function prepend() on null in /home/rover407/public_html/wordpress/wp-content/plugins/shopp/core/library/Markdown.php:493
Stack trace:
#0 /home/roverpublic_html/wordpress/wp-content/plugins/shopp/core/library/Markdown.php(124): MarkdownBlockquote->filter(Object(MarkdownText))
#1 /home/rover/public_html/wordpress/wp-content/plugins/shopp/core/library/Markdown.php(114): MarkdownText->getHtml()
#2 /home/rover/public_html/wordpress/wp-admin/includes/class-wp-screen.php(910): MarkdownText->__toString()
#3 /home/rover/public_html/wordpress/wp-admin/admin-header.php(270): WP_Screen->render_screen_meta()
#4 /home/rover/public_html/wordpress/wp-admin/admin.php(239): require_once(‘/home/rover/…’)
#5 {main}
thrown
==============================
I haven’t done any markdowns so haven’t seen the error, but felt I should report it.
]]>Hello,
I need make a site when will be only one unique product to sell. Selling will be possible with limited time (eg. 6 days). If someone buys this product, the next one will take his place also with a time limit. Is it possible to do? I am asking for a little help on how to solve this.
How can export all products with csv format
]]>Hello
We are using https://www.ads-software.com/plugins/shopp/ this plugin for Managing our products. We would like to implement Automatic Google feed generation. Could you please suggest a module for this?
OR Shopp plugin will be supporting all woocommerce based Google feed plugins? eg: https://www.ads-software.com/plugins/wp-product-feed-manager/
Please let me know,
Kind Regards
Kannan
Have set up weight based shipping for various countries. Portugal which is included, does not show as an option to choose for shipping! Can anybody shed any light on this please.
Thanks
]]>Hi there,
Can we implement a Google Captcha for the checkout form? I received a lot of fake/wrong orders and my eWay account got suspended.
Thanks,
]]>Hi,
within a few days,
my table shop_shopping has grown to 350MB,
the data stored here is completely unnecessary, I think,
how to turn it off?
Hi there
Please can you provide a list of email events?
I was hoping the plugin would use a template in the theme that contains branding etc but it does not seem to be using them?
I have ticked the box to use Theme Templates.
There also seems to be inconsistencies wit emails when authorising user accounts.
I would like an email template used when an account is rejected.
Also a separate one when an account is authorised.
Currently a standard email is sent telling a user to login to find out.
Any help is greatly appreciated.
Thanks
I wish to add a tick box to my shop to acknowledge that the customer has read the terms and conditions. Is there an easy way to do this?
]]>Hello
I am trying to set up an online ordering system, as well as in anothe rlocation on th ewebsite, a way to have people browse over the site and choose items of interest and I wil recieve an “order” for information and there contact information.
. I do not need (or want) to have prices indicated, because the tool is realy only for receiving order. Prices are negociated with each client sperately.
Is there a way to set this up:
1 – for an ordering system with no prices
2 – for a simple system where people will click on items of interest and I will get a form showing with they clicked on with their contact info?
Can one put comment fields for people to leave more details if needed for items/categories of interest?
Joseph
]]>The Shopp Database Update Required page just loops. This happened after it was working fine for several days. I’ve tried re-installing the plugin, adding define(‘WP_USE_EXT_MYSQL’,true); to the wp-config.php file. No luck
]]>Does Shopp have a place in the Product where Meta information can be added? I don’t see this option anywhere for Descriptions, Keywords, Snippets.
]]>I am using Shopp 4.8 on WordPress. When I put an item on sale, it is displayed as a percentage off. Eg ‘7% off’, ‘20% off’ etc. What I would like to do is change it from a percentage to a dollar amount, for example ‘Save $30.50’.
Does anyone know this is possible? I have been looking at possible solutions but am finding support rather limited on the matter.
Any advice would be greatly appreciated ??
Steph
]]>We need to update category associations for 500 products. Is there a bulk editing tool, or some efficient method for changing each products related category(s), without opening each individual product one at a time? Thank you.
]]>PHP Fatal error: Uncaught exception ‘phpmailerException’ with message ‘Invalid address: [email protected]\\nTo: [email protected]\\nSubject: [aha! Process] New Customer Registration\\n\\nNew customer registration on your "aha! Process" store:\\nE-mail: [email protected]’ in /nas/content/live/ahaprocess/wp-includes/class-phpmailer.php:946\nStack trace:\n#0 /nas/content/live/ahaprocess/wp-includes/pluggable.php(352): PHPMailer->setFrom(‘[email protected]’, ‘In…’, false)\n#1 /nas/content/live/ahaprocess/wp-content/plugins/shopp/core/library/Core.php(1781): wp_mail(NULL, NULL, ”, Array)\n#2 /nas/content/live/ahaprocess/wp-content/plugins/shopp/core/model/Customer.php(251): ShoppCore::email(‘From: “Test…’)\n#3 /nas/content/live/ahaprocess/wp-content/plugins/shopp/core/flow/Registration.php(187): ShoppCustomer->notification()\n#4 /nas/content/live/ahaprocess/wp-content/plugins/shopp/core/flow/Order.php(654): ShoppRegistration::process()\n#5 [internal function]: ShoppOrder->accounts(Object(AuthedOr in /nas/content/live/ahaprocess/wp-includes/class-phpmailer.php on line 946, referer:
]]>Hello!
Hi, got a quick (hopefully) question for ya.
I’m working on a client’s site and ended up upgrading WordPress and deactivating/reactivating all plugins and making a few other changes. Then I noticed the whole ‘this plugin hasn’t been tested with your version of WordPress’ message on the Shopp plugin once I reactivated it.
The client had about 1,400 or so products… now in the WordPress dashboard, when I click on ‘catalog’, it shows zero. It looks like all the products still currently exist in the database however (looks like all the tables are in tact and haven’t been changed in any way).
Do you know off the top of your head of an easy way to connect those products in the database back up to WordPress/Shopp plugin?
Let me know if you’d like the login info or anything else.
Thanks a lot!
]]>Not sure what happened but in trying to view a category page (i.e. /shop/category/applications or /shop/category/keyboard), it’s using archive.php and giving me the message “Blog Archives. We’re Sorry!”. As far as I remember this page used to use page.php
Can anyone help?
Thanks!
]]>Since updating to the latest version of Shopp images on my store only partially upload, I’ve tried enabling the image upload debugger which doesn’t show any issues, but only the top 10-25% of images are uploaded and are corrupted, I’ve tried with and without the flash uploader enabled but nothing seems to make a difference.
Any help much appreciated!
]]>I am trying to find where I can edit the password recovery email that is sent to users when they ask for a new password. Does anyone know which file I need to edit?
]]>This started when I moved my website from domain.com/temporary/ down to domain.com
I have transferred dozens of sites in this fashion, but this is my first usage of SHOPP over other plugins, as it appeared to meet my needs…however, when I completed the transfer (and as part of the transfer, I edit the SQL file to remove “/temporary” from images and other links), this is what happens:
Fatal error: func_get_args(): Can't be used as a function parameter in
/home2/hearsour/public_html/wp-content/plugins/shopp/core/flow/Admin.php
on line 1161
…is the error I get on ALL of the following pages in Admin:
Catalog > Products (no list is displayed)
Catalog > Categories (no list)
Catalog > Discounts (no list)
Shopp > Orders (no list)
Shopp > Customers (no list)
All other pages appear to be working correctly, except, when I try to edit individual products or categories, I also get an error when trying to update the image files (this I EXPECTED to have to do, but the error is super-frustrating):
FSStorage: Could not move the uploaded file to the storage repository.
I remembered this settings’ problems, and tried to reset the settings from file storage to binary and back again, but this error is still present. As far as I can tell, the folder has 755 permissions, and I cannot find any other cause for these faults… help?
]]>Can you please help? All product images are showing up broken even when I try to upload new ones that are successfully uploaded through the media. Any ideas why this would be happening?
]]>I am facing a weird problem in Shopp plugin.
It is working fine if i login to wordpress and see the site.
If guest (without login) enters the site the shop page is not showing any products.
Here is the product page.
https://staywellkept.com/products-page/
Please Help !
]]>Hi there!
I’m ready to translate into persian, but wp.com says “This plugin is not properly prepared for localization”.
How can I help to localize this plugin?
]]>I am modifying my product.php page to display variations in a radio button format, and to show add-ons as checkbox selectors. I am using a child page. So far things are fine. However, I cannot figure out how to show a Variable Label over each set of variables (such as Battery Size for choosing a variable battery size), or how to show a label above the Add-Ons (such as “Additional Features” for my price-added options.
Here’s the code I have for these two items:
<table style="width:90%; border:0px; padding:5px;"><tbody><tr><td>
<?php if ( shopp('product','has-variants') ): ?>
<ul class="variants">
<?php while ( shopp('product', 'variants') ): ?>
<li><label><?php shopp('product','addon','input=radio'); ?>— <?php shopp('product','addon','label=on'); ?></label></li>
<?php endwhile; ?>
</ul>
<?php endif; ?>
</td><td>
<?php if ( shopp('product','has-addons') ): ?>
<ul class="addons">
<?php while ( shopp('product', 'addons') ): ?>
<li><label><?php shopp('product','addon','input=checkbox'); ?>— <?php shopp('product','addon','label=on'); ?></label></li>
<?php endwhile; ?>
</ul>
</td></tr></tbody></table>
I just want to add the corresponding title to each loop of variables or add-ons. Any help is welcome. Thanks in advance!
]]>Is there an ETA on PHP 7 compatibility? Currently I think there’s just one fatal error – line 1554 of core/model/Shipping.php – a break outside of a loop.
]]>On recent orders our clients are unable to download our downloadable products. When they click the “Download” link they are sent to a 404 page.
Any ideas what is causing this or how to fix it?
Thanks!
]]>On https://shopplugin.net/api/storefront-catalog-products/ the document says: “load: Default is false. Loads the category into memory, making it available for using Category Tags rather than displaying the category using the Category Tags.”
Does the load parameter do anything different when set to true?
]]>Hello,
After install and activate the plugin, It work but after, if I access page plugin and other settings of plugin in backend, I have an error.
In the log file, I have duplicate ID at multiple source.
Thank you.
Best Regards.
]]>Since updating shopp, images of products on my website are not showing up. Also, UPS is selected as my shipping agent, and all the info such as my UPS access code is there. But when a zip code is entered to estimate shipping, nothing shows up. If one goes to checkout, it’s showing no shipping available.
https://www.gardensbyteresa.com
I would really appreciate any help, this is all new to me.