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 How to add Trim, on the site WordPress.org Forums:
Hello, There is a "Make Model Year Engine" version of this plugin: http://hottons.com/ymm_modifications Also you… -
Posted a reply to Compatibility with FOX – WooCommerce Currency Switcher Professional, on the site WordPress.org Forums:
Hello, My solution was to replace the line: $orgPrice = $citem["data"]->get_price();//$_product->get_price(); with: $orgPrice = $citem["data"]->get_regular_price('edit');… -
Posted a reply to Compatibility with FOX – WooCommerce Currency Switcher Professional, on the site WordPress.org Forums:
Hello, This free plugin does not contain any compatibility codes. If someone needs he can… -
Posted a reply to was looking for this but have one issue, on the site WordPress.org Forums:
Hello, Try to replace the line: .pofw-product-options-wrapper {margin-bottom: 20px;} with: .pofw-product-options-wrapper {margin-bottom: 20px; width: 100%;}… -
Committed [3401068] to Plugins SVN:
readme updated -
Committed [3392361] to Plugins SVN:
readme updated -
Committed [3392360] to Plugins SVN:
readme updated -
Committed [3390341] to Plugins SVN:
readme updated -
Posted a reply to How to pick add-on from published products, on the site WordPress.org Forums:
Hello, There is another modification to reduce product stock of linked product by SKU: pofw_1.0.0_with_reduce_stock_of_linked_product.zip… -
Posted a reply to How to pick add-on from published products, on the site WordPress.org Forums:
Hello, For the "Option templates" feature you should download and install another plugin: pofw_1.0.0_with_option_templates.zip http://hottons.com/po_modifications… -
Posted a reply to How to pick add-on from published products, on the site WordPress.org Forums:
Hello, There is a modified version of this plugin with the "Option templates" feature: "Option… -
Posted a reply to Looking for easiest way to customize search menu of YMM, on the site WordPress.org Forums:
Hello, Yes it works only with products attributes not tags. The modification is for "make… -
Posted a reply to Looking for easiest way to customize search menu of YMM, on the site WordPress.org Forums:
Hello, There is a modification to display attribute drop-down selects just after selecting make, model… -
Committed [3383857] to Plugins SVN:
readme updated -
Posted a reply to Only the first MAKE can be selected. Others cannot, on the site WordPress.org Forums:
Hello, I see there are HTML tags in the javascript code. Contact me by email… -
Committed [3377081] to Plugins SVN:
readme updated -
Posted a reply to YMM Search Horizontal Button Alignment, on the site WordPress.org Forums:
Hello, Try to apply the modification: "Search button inline with drop-downs and mobile view" http://hottons.com/ymm_modifications_other… -
Committed [3376384] to Plugins SVN:
readme updated -
Posted a reply to YMM Database disapeared / not loading, on the site WordPress.org Forums:
Hello, Check the Woocommerce Trash folder. Maybe it still contains some product with ymm restrictions.… -
Posted a reply to YMM Database disapeared / not loading, on the site WordPress.org Forums:
Hello, The .csv file should have UTF-8 encoding and Unix line endings. Can you send… -
Committed [3375326] to Plugins SVN:
readme updated -
Committed [3375306] to Plugins SVN:
readme updated -
Posted a reply to Edit options in cart, 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 The text in the box cannot be displayed correctly., on the site WordPress.org Forums:
Hello, Try to add: @media only screen and (max-width: 640px) { .ymm-selector.ymm-horizontal .ymm-title-right {margin:0;} .ymm-selector.ymm-horizontal… -
Posted a reply to Only the first MAKE can be selected. Others cannot be selected., on the site WordPress.org Forums:
Hello, Can you send a link to the page where I can see it to… -
Posted a reply to Incompatibility with WooCommerce HPOS (High-Performance Order Storage), 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 )… -
Posted a reply to Compatibility with Divi woocommerce modules, on the site WordPress.org Forums:
Hello, Try to add the line: add_filter( 'woocommerce_shortcode_products_query', array($this, 'filter_shortcode_products_query' )); after the line: add_filter('get_search_query',… -
Posted a reply to JS error on select option from the product detail page, on the site WordPress.org Forums:
Hello, There is no a hook for it. You can modify the file that you… -
Posted a reply to need different Sku’s for each custom options, on the site WordPress.org Forums:
Hello, There is no a modification for it for now. It will be difficult to… -
Posted a reply to Help with increasing a restriction above the brand called type please :(, on the site WordPress.org Forums:
Hello, You can use the "Category Make Model Year" version: http://hottons.com/ymm_modifications Then rename "Category" to… -
Posted a reply to JS error on select option from the product detail page, on the site WordPress.org Forums:
Hello, This plugin finds the price HTML tag and updates it with JavaScript. I think,… -
Posted a reply to How to translate vehicles, make and model in arabic, on the site WordPress.org Forums:
Hello, How many makes do you need to translate? If it is just about few… -
Posted a reply to Update product price with add-on options before adding to cart, on the site WordPress.org Forums:
Hello, I have sent a reply to you by email. Stanislav -
Posted a reply to Update product price with add-on options before adding to cart, on the site WordPress.org Forums:
Hello, Try to add: if (this.priceDiv.length == 0){ this.priceDiv = this.isOnSale ? $('.wp-block-woocommerce-product-price ins .woocommerce-Price-amount… -
Posted a reply to Уязвимость в BelingoGeo 1.12.0, on the site WordPress.org Forums:
in the file: wp-content/plugins/belingogeo/includes/admin/settings.php -
Posted a reply to Уязвимость в BelingoGeo 1.12.0, on the site WordPress.org Forums:
Hello, A temporary solution: Replace the line: $example = BELINGO_GEO_PLUGIN_DIR.'/examples/'.sanitize_text_field($_GET['example']); with: if ($_GET['example'] == 'example1.csv'){… -
Posted a reply to Plugin Not Working In Mobile View, on the site WordPress.org Forums:
Hello, This plugin is not compatible with the ajax filter plugins. Only with the default… -
Posted a reply to Plugin Not Working In Mobile View, on the site WordPress.org Forums:
Hello, The HTML tag of the YMM block should have a unique ID. Try to… -
Committed [3290488] to Plugins SVN:
code corrections -
Posted a reply to Year Make Model Engine, on the site WordPress.org Forums:
Hello, Can you send a link to the page where I can see it to… -
Committed [3287264] to Plugins SVN:
readme updated -
Posted a reply to The plugin only works on the PC where I have WordPress open., on the site WordPress.org Forums:
Hello, I see there is some redirection on your website. So the search results page:… -
Committed [3284357] to Plugins SVN:
code corrections -
Committed [3283583] to Plugins SVN:
readme updated -
Committed [3281885] to Plugins SVN:
readme updated -
Committed [3281884] to Plugins SVN:
readme updated -
Posted a reply to Future updates, on the site WordPress.org Forums:
Hello, to: emjaytee It is compatible with the current Wordpress version so no updates are… -
Posted a reply to Future updates, on the site WordPress.org Forums:
Hello, Yes, the plugin is still alive. I don't have a modification for Dokan. But… -
Posted a reply to Change Style, on the site WordPress.org Forums:
Hello, You should contact me by email pektsekye@gmail.com Stanislav -
Posted a reply to Change Style, on the site WordPress.org Forums:
Hello, You will need to modify the style file of this plugin: wp-content/plugins/ymm-search-44/view/frontend/web/main.css But it…
Developer
-
Attribute Dropdowns
Active Installs: 100+
-
Date Price Calendar for WooCommerce
Active Installs: 80+
-
Exploded View Filter
Active Installs: 20+
-
Lenses Prescription
Active Installs: 90+
-
Notify Odoo
Active Installs: 80+
-
POFW CSV Export-Import
Active Installs: 60+
-
POFW Option CSS
Active Installs: 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+