apagoa
Forum Replies Created
-
Forum: Plugins
In reply to: [WPC Composite Products for WooCommerce] Price doesn’t change on product pageHi, inside the product edit page under the “Product Data” section, did you tried selecting on the “Pricing” field the option “Include base price”?
see: https://snipboard.io/NaYeT7.jpgForum: Plugins
In reply to: [Glossary] Tooltip doesn’t show in a text insideThank you for your soon response Daniele. I understand.
I switched the order of the tabs and make the “specifications” the first tab and the tooltips are showing up now.
Hi,
I meant galleries in WordPress = collections in Lightroom. I have Galleries in WordPress that are not showing up in Lightroom, how can I reconnect these galleries again inside Lightroom so I can continue uploading photos there?.
I tried to create a new collection in Lightroom and when I published it a prompt window with an error showed up in lightroom and the photos didn’t upload to the wordpress website but the folder and collection were created there.
screenshot of empty galleries: https://prnt.sc/w8g62z
—prompt window with an error showed up—
this is the prompt window with the error: https://prnt.sc/w8g2o3
No, I’m not using Real Media LibraryThank you
- This reply was modified 3 years, 11 months ago by apagoa.
Hi, which Minimum Order amount plugin can you recommend that could work with your currency plugin?
thank youThank you, is working now. I checked and found that I’m using the WP Assets plugin to control the files to load in each page, and in those pages, I was having trouble, your plugin’s files were blocked. Since the download button was working before I added the captcha, I didn’t think of this possibility.
Thanks again- This reply was modified 5 years, 4 months ago by apagoa.
yes.
No, I didn’t make any changes, I just export and import.
I think they are the same encoding type because they are in the same hosting, in the same account, and I didn’t change anything when merge the staging website with the active website.Hi, thank you for your soon response. It worked but not completely, I mean, I did import to the database the content from the tabs to my active website but not all the products are showing the tabs in the frontend, but the information is in the backend.
What do you think I should do?
Hi, I just send the information via that page. thank you
Thank you ver much for your soon response!
It worked.
Sorry, I saw those options but didn’t notice the edit icon and the additional options there.
Thanks for the plugin
I think I fixed it, what I did was to add an if statement around the foreach like this, and the warning disappear.
if($array) { foreach ( $dropdown_places as $city_name ) { if(!is_array($city_name)) { $field .= '<option value="' . esc_attr( $city_name ) . '" '.selected( $value, $city_name, false ) . '>' . $city_name .'</option>'; } } }
- This reply was modified 7 years, 9 months ago by apagoa.
Forum: Plugins
In reply to: [Woo Import Export] Custom fields importThank you for your soon respond. This only work to update a custom field?, if it’s a new product that doesn’t have previous content to update and I will add information to a custom field, the method that you suggest will still work?
Thank you
Forum: Plugins
In reply to: [SOFT79 Pricing Rules for WooCommerce] Import through CSVHi, I did what you said, and under “custom fields” column I got this:
a:21:{s:16:”_osc_products_id”;a:1:{i:0;s:4:”2421″;}s:14:”_regular_price”;a:1:{i:0;s:10:”75000.0000″;}s:6:”_price”;a:1:{i:0;s:10:”75000.0000″;}s:6:”_stock”;a:1:{i:0;s:1:”7″;}s:13:”_stock_status”;a:1:{i:0;s:7:”instock”;}s:13:”_manage_stock”;a:1:{i:0;s:3:”yes”;}s:11:”_backorders”;a:1:{i:0;s:2:”no”;}s:11:”_visibility”;a:1:{i:0;s:7:”visible”;}s:4:”_sku”;a:1:{i:0;s:8:”RS-50-24″;}s:11:”_tax_status”;a:1:{i:0;s:7:”taxable”;}s:10:”_tax_class”;a:1:{i:0;s:0:””;}s:7:”_weight”;a:1:{i:0;s:6:”370.00″;}s:7:”_height”;a:1:{i:0;s:0:””;}s:7:”_length”;a:1:{i:0;s:0:””;}s:6:”_width”;a:1:{i:0;s:0:””;}s:9:”_featured”;a:1:{i:0;s:2:”no”;}s:19:”_product_attributes”;a:1:{i:0;s:172:”a:1:{s:13:”pa_fabricante”;a:6:{s:4:”name”;s:13:”pa_fabricante”;s:5:”value”;s:0:””;s:8:”position”;i:2;s:10:”is_visible”;b:1;s:12:”is_variation”;b:0;s:11:”is_taxonomy”;b:1;}}”;}s:13:”_thumbnail_id”;a:1:{i:0;s:4:”2338″;}s:16:”_wc_rating_count”;a:1:{i:0;s:6:”a:0:{}”;}s:18:”_wc_average_rating”;a:1:{i:0;s:1:”0″;}s:16:”_wc_review_count”;a:1:{i:0;s:1:”0″;}s:15:”_j79_bulk_rules“;a:1:{i:0;s:354:”a:5:{i:0;a:3:{s:8:”qty_from”;i:3;s:6:”qty_to”;i:0;s:5:”price”;s:4:”4940″;}i:1;a:3:{s:8:”qty_from”;i:5;s:6:”qty_to”;i:0;s:5:”price”;s:4:”4836″;}i:2;a:3:{s:8:”qty_from”;i:10;s:6:”qty_to”;i:0;s:5:”price”;s:4:”4680″;}i:3;a:3:{s:8:”qty_from”;i:25;s:6:”qty_to”;i:0;s:5:”price”;s:4:”4576″;}i:4;a:3:{s:8:”qty_from”;i:50;s:6:”qty_to”;i:0;s:5:”price”;s:4:”4420″;}}”;}}
I see there the meta that you said but how I edit that code?