Pektsekye
@pektsekye on WordPress.org
Bio
WordPress Origin Story
- Member Since: October 17th, 2017
- Location: Moldova, Chisinau
- Website: hottons.com
Contribution History
Pektsekye’s badges:- Plugin Developer
-
Posted a reply to Remove YMM Products Data, on the site WordPress.org Forums:
Hello, You can import the ymm.csv file with the "delete existing values" checkbox selected. So… -
Posted a reply to Plugin not combatibale with newer version of Woocmmerce, on the site WordPress.org Forums:
Hello, This plugin does not use woocommerce orders. Try to add the code: add_action( 'before_woocommerce_init',… -
Posted a reply to Plugins not working on the new update of wordpress, on the site WordPress.org Forums:
Hello, I see the dropdown selects are replaced with fancySelect. My plugin by default does… -
Posted a reply to Model and Year fields mandatory, on the site WordPress.org Forums:
Hello, It should work with only one "Make" field selected also. Can you send a… -
Posted a reply to Product options do not appear on mobile, on the site WordPress.org Forums:
Hello, The product options do appear for me when I click the "Add to Cart"… -
Committed [3212232] to Plugins SVN:
code corrections -
Posted a reply to Selections not populating after selectin make, on the site WordPress.org Forums:
Hello, I have sent a reply to you by email. Stanislav -
Posted a reply to want to hide “+3” from Drop down field, on the site WordPress.org Forums:
Hello, You should unzip it on your computer. It contains a readme file and a… -
Posted a reply to want to hide “+3” from Drop down field, on the site WordPress.org Forums:
Hello, You can make options dependent on each other. There is a paid plugin for… -
Posted a reply to want to hide “+3” from Drop down field, on the site WordPress.org Forums:
Hello, If you need just to remove the price from the drop-down select: Replace first… -
Posted a reply to Model, year cannot be selected., on the site WordPress.org Forums:
Hello, > the model number, and the year could not be selected I see the… -
Posted a reply to Display year ranges instead of a list of years in year drop-down, on the site WordPress.org Forums:
Hello, The modifications are for developers. Most of them just contain and example of how… -
Posted a reply to Year Selection no effect, on the site WordPress.org Forums:
Hello, I see it works now. Try to refresh your browser cache. Stanislav -
Posted a reply to Year Selection no effect, on the site WordPress.org Forums:
Hello, I have just checked your website. After selecting the year dropdown select the javascript… -
Posted a reply to Make last selection stick, on the site WordPress.org Forums:
Hello, The YMM Search block should be preselected on the search results page. So a… -
Committed [3189875] to Plugins SVN:
readme updated -
Committed [3189874] to Plugins SVN:
readme updated -
Committed [3189873] to Plugins SVN:
readme updated -
Committed [3189872] to Plugins SVN:
readme updated -
Committed [3189871] to Plugins SVN:
readme updated -
Committed [3189869] to Plugins SVN:
readme updated -
Committed [3189867] to Plugins SVN:
readme updated -
Posted a reply to Beautify URL, on the site WordPress.org Forums:
Hello, If someone else also needs it. Add the code: add_action('init', '_ymm_add_url_parameters'); add_filter('query_vars', '_ymm_add_query_vars'); add_action('parse_query',… -
Posted a reply to Beautify URL, on the site WordPress.org Forums:
Hello, It is possible to make the search results page work with a SEO URL… -
Posted a reply to Modification of the price of options, on the site WordPress.org Forums:
Hello, There is no such filter. You can replace the function: public function getProductOptions(){ if… -
Posted a reply to it’s not working for me :(, on the site WordPress.org Forums:
Hello, Maybe there is some plugin that conflicts. Try to disable other plugins. Also try… -
Committed [3141895] to Plugins SVN:
readme updated -
Committed [3141893] to Plugins SVN:
readme updated -
Posted a reply to HPOS incompatible alert, on the site WordPress.org Forums:
Hello, That code is not part of my plugin. I don't know if it will… -
Posted a reply to HPOS incompatible alert, on the site WordPress.org Forums:
Hello, Try to add the code: add_action( 'before_woocommerce_init', function() { if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class )… -
Committed [3131249] to Plugins SVN:
readme updated -
Posted a reply to Google XML Sitemaps Modification //feed//feed//feed issue, on the site WordPress.org Forums:
Hello, Can you send the modified files: wp-content/plugins/ymm-search/ymm-search.php wp-content/plugins/google-sitemap-generator/sitemap-core.php to my email pektsekye@gmail.com ? Stanislav -
Posted a reply to Limit vehicle selector to specific category, on the site WordPress.org Forums:
Hello, Contact me by email pektsekye@gmail.com I will send the modified files to you. Stanislav -
Posted a reply to Update the plugin instead?, on the site WordPress.org Forums:
Hello, That code is not reliable. It includes some external functions that can change at… -
Committed [3126592] to Plugins SVN:
readme updated -
Committed [3126591] to Plugins SVN:
readme updated -
Committed [3126590] to Plugins SVN:
readme updated -
Posted a reply to Change Date, Add Information and Show Car Info, on the site WordPress.org Forums:
Hello, > Unfortunately, it happens with all brands that were added You can send a… -
Posted a reply to Dropdown not working, on the site WordPress.org Forums:
Hello, Try to deactivate and activate the plugin back. During reactivation it should try to… -
Posted a reply to Change Date, Add Information and Show Car Info, on the site WordPress.org Forums:
Hello, >Year dropdown element to show a string You can use the "Make Model Engine"… -
Posted a reply to Remove a make, model, year from selector, on the site WordPress.org Forums:
Hello, You can export all ymm data as a .csv file. Correct it and import… -
Committed [3099543] to Plugins SVN:
readme updated -
Posted a reply to incompatible with High-Performance order storage, on the site WordPress.org Forums:
Hello, That code is not part of my plugin so I cannot include it into… -
Posted a reply to incompatible with High-Performance order storage, on the site WordPress.org Forums:
Hello, Check my reply on this page: https://wordpress.org/support/topic/incompatible-with-high-performance-order-storage-25/ Stanislav -
Posted a reply to incompatible with High-Performance order storage, on the site WordPress.org Forums:
Hello, Try to add this code: add_action( 'before_woocommerce_init', function() { if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class )… -
Posted a reply to import csv data will it update, on the site WordPress.org Forums:
Hello, By default it does not delete or overwrite the existing values. So if I… -
Posted a reply to import csv data will it update, on the site WordPress.org Forums:
Hello, By default it only adds new values. It does not delete any of the… -
Posted a reply to No Addon prices are added to the checkout, on the site WordPress.org Forums:
Hello, If many products have the same options it is possible to use the Option… -
Posted a reply to No Addon prices are added to the checkout, on the site WordPress.org Forums:
Hello, Have you replaced the line: $productId = $citem["variation_id"] == 0 ? $citem["product_id"] : $citem["variation_id"];… -
Posted a reply to No Addon prices are added to the checkout, on the site WordPress.org Forums:
Hello, It looks like a variable product on your website. This plugin does not support…
Developer
-
Attribute Dropdowns
Active Installs: 100+
-
Date Price Calendar for WooCommerce
Active Installs: 80+
-
Exploded View Filter
Active Installs: 10+
-
Lenses Prescription
Active Installs: 100+
-
Notify Odoo
Active Installs: 80+
-
POFW CSV Export-Import
Active Installs: 70+
-
POFW Option CSS
Active Installs: Less than 10
-
POFW Option Default
Active Installs: 20+
-
POFW Option Description
Active Installs: 20+
-
POFW Option Images
Active Installs: 20+
-
POFW Pizza Toppings
Active Installs: Less than 10
-
Product Category Dropdowns
Active Installs: 1,000+
-
Product Configurations Table
Active Installs: Less than 10
-
Simple Product Options for WooCommerce
Active Installs: 4,000+
-
Year Make Model Search for WooCommerce
Active Installs: 1,000+