开发者 |
stary_pop
piotr_gk crosssellsupport |
---|---|
更新时间 | 2024年10月24日 22:28 |
PHP版本: | 7.4 及以上 |
WordPress版本: | 6.6 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
The "In a drawer" display option for cross-sells section shows our cross-selling module as a sliding drawer instead of displaying it directly on the product page. This option is useful when products in your store are added from listings, such as from a store page, without going to the product page. The drawer display also works great when you have an unusual page layout, such as a landing page with a pricing table where there is no space to display the cross-selling section above the add-to-cart button. Another place where the sliding drawer module will work well is when the product module is embedded on an article page, where the customer would not see a cross-selling section placed above the add-to-cart button. The "On product page" option, on the other hand, displays our cross-selling module on the product page directly above the Add to Cart button. This is a great place to show complementary products or to create product bundles.
Yes, exactly! By default, the Splendid Sales Booster plugin displays a cross-selling module in a slide-out drawer, which appears instead of the added to cart notification.
Our plugin works in parallel with the standard Cross-Selling module. Splendid Sales Booster adds a box above the Add to Cart button on the product page or in the Drawer after adding a product to the cart. Meanwhile, the standard Cross-Selling module appears on the cart page and offers additional products there. Additionally, the Splendid Sales Booster plugin has its own panel for configuring Cross-Selling products.
Yes, if it is a good theme that follows the theme creation guidelines indicated by WordPress. In our plugin, we use standard WooCommerce modules, so the Splendid Sales Booster section will immediately look consistent with the product page in your theme. The module will also function correctly. If your theme does not display the Splendid Sales Booster section in a satisfactory manner, you can customize the appearance of the section through CSS. You can read more about this in the next question.
Yes, you can customize the cross-selling section of our plugin with any style you want, such as changing colors, fonts, etc. You can also enable or disable the display of product image thumbnails in the Splendid Sales Booster section on the plugin configuration page (WooCommerce > Products > Splendid Sales Booster). Here are a few examples of how to modify elements of the plugin on the frontend using CSS code. You can add the CSS code to your child theme's .css file or paste it into the CSS file editor in Appearance > CSS. Changing the font size of the Splendid Sales Booster section title The CSS code below changes the font size of the product title in the Splendid Sales Booster section to 14px.
Removing the table border in the Splendid Sales Booster section.single-product div.product table.shop_table.wcssb-cross-sells a.wcssb-cross-sell-item-name { font-size: 14px; }
Changing the font size of the regular price.single-product div.product table.shop_table.wcssb-cross-sells p.price del, .single-product div.product table.shop_table.wcssb-cross-sells p.price del span { font-size: 14px; }
Changing the font size of the Splendid Sales Booster section header.single-product div.product h3.wcssb-cross-sells-section-title { font-size: 14px; }
Changing the font size of the CTA for a specific product.single-product div.product table.shop_table.wcssb-cross-sells h4.wcssb-cross-sell-item-cta { font-size: 14px; }
Similarly, by modifying the above examples, you can replace the linefont-size: 14px;
with, for example,color: #ff0000;
, to give the element red text color.
.single-product div.product table.shop_table.wcssb-cross-sells, .single-product div.product table.shop_table.wcssb-cross-sells td { border: none; }
You can add the Splendid Sales Booster section to the following types of products:
You can only add products with the following types to the Splendid Sales Booster section:
Yes, the Splendid Sales Booster plugin should work correctly with Page Builder plugins such as Divi, Elementor, and WP Bakery. Our plugin is implemented according to WooCommerce standards, so as long as Page Builder plugins also create code according to WooCommerce guidelines, our plugin should work properly in themes based on Page Builder solutions.
The module will be triggered immediately after adding a product to the shopping cart, regardless of the page the customer is on. The drawer module of Splendid Sales Booster will be displayed for example on the shop page, product category (archive), product pages, homepage, and posts.
Our plugin uses standard methods to hook into the product page. If the Quick View module is created according to WooCommerce standards, our module should also appear in Quick View. To display the module in the Quick View above the add to cart button, it is necessary to set the module as "On product page".
We only display products that can be purchased, which means that the attached product must have a set price and be in stock. Therefore, make sure that the attached product meets these parameters.
After installation, the plugin is set up by default to display as a "In a drawer". Our plugin takes over the notification module by displaying the slide-out drawer instead of the notification about adding a product to the cart. To display products in the Cross-Selling section, go to the product settings in the Related Products section > Splendid Sales Booster cross-sells > click Add product. Then attach the product that will complement the one you are currently configuring.
We love feedback, and we're creating this plugin especially for you, so we want to tailor it to be more useful. We've prepared a special survey that will help us better understand how your store works and how the new feature should work. Click on the link to go to the survey. We estimate it will take about 3-5 minutes.
Delete Splendid Sales Booster cross-sell products
tool filter.