logicfire
Forum Replies Created
-
Hi,
This isn’t possible via a plugin. Woocommerce default css supports only 6 columns.
If you want more columns you have do it via custom css.Hi,
Il’ll be fixed in next update.Hi
Sorry plugin don’t have support for Stripe yet. It just work with Paypal only.I’ll see to it on next update.
Hi,
I’ll see to it in next update.
Thanks for the suggestion.Hi,
This plugin is for one time purchase only. No expiration.
You can achieve the functionality you want by creating a subscription of X months and make it expire after X months. Woo Subscriptions has that option as far as I know.Thanks
- This reply was modified 5 years, 4 months ago by logicfire.
Forum: Plugins
In reply to: [Cross Sell Products Slider For Woocommerce] Not Showing Cross-SellsYou are welcome.
Forum: Plugins
In reply to: [Cross Sell Products Slider For Woocommerce] Not Showing Cross-Sellsuse class=”cols-4″ in the shortcode. It’ll work for your theme.
Forum: Plugins
In reply to: [Cross Sell Products Slider For Woocommerce] Not Showing Cross-SellsHi @jdembowski ,
I didn’t know about that. I’ll keep that in mind for future.Thanks
Forum: Plugins
In reply to: [Cross Sell Products Slider For Woocommerce] Not Showing Cross-SellsHi karenlg,
This is not plugin related issue. This has to do with your theme styling. Or you have to some extra styling for this section. The styling code above you sent is for desktop version and not mobile responsive.For the stars to hide. you can use this code.
.cross-sells .entry-featured .star-rating-container.aggregate {
display: none;
}- This reply was modified 5 years, 5 months ago by logicfire.
- This reply was modified 5 years, 5 months ago by Jan Dembowski.
Forum: Plugins
In reply to: [Cross Sell Products Slider For Woocommerce] Warning on “sizeof() parameter”Hi rkl122,
I have made an update to the plugin.Thanks
??Forum: Plugins
In reply to: [Cross Sell Products Slider For Woocommerce] Not Showing Cross-SellsJust update the plugin to so you can add additional classes to main wrapper <div> of crossells. That’ll help you to match styles of the theme you using.
Forum: Plugins
In reply to: [Cross Sell Products Slider For Woocommerce] Not Showing Cross-SellsHi,
First of all with this shortcode
[wcsp_cross_sell orderby=”rand” order=”ASC” product_num=”5″ display_columns=”3″ title=”Hello title..” product_id=”Product ID”]I asked to replace ( ” ) because when you copy direct from webpage sometime quote marks converts to different character. (” “) like check these two both are quotes but different. So I asked to delete and replace or re-add quote marks around the attribute values.
Second is this plugin don’t use any css of itself. It take woocommerce default css to style the display of products. So you can use your own theme’s or custom css to style them.
Third is product_id attribute. You need to replace the product_id=”Product ID” to product_id=”Some product’s ID of which crosssells you want to display”. This attribute need a product id and if you just don’t use product_id attribute it just take current product’s id and show its crosssells.
Hope this clears it all. If still have any issues please let me know.
Thanks
??Forum: Plugins
In reply to: [Cross Sell Products Slider For Woocommerce] Not Showing Cross-SellsHi Karenlg,
if you copied the shortcode [wcsp_cross_sell orderby=”rand” order=”ASC” product_num=”5″ display_columns=”3″ title=”Hello title..” product_id=”Product ID”]
then please replace all ( ” ) around the attribute values in shortcode.It’ll fix the issue.
Forum: Plugins
In reply to: [Woo Subscriptions Variation Lifetime/Onetime Purchase] Display priceThe feature has been added. Please update the plugin.
Forum: Plugins
In reply to: [Cross Sell Products Slider For Woocommerce] Parameters not workingI have tested the columns function and It’s working fine.
Have you updated to the latest version of the plugin?
and which version of Woocommerce and wp you are using?Please let me know may be I could help you out.