Daily Archives: October 27, 2019
I just noticed, by default required custom option’s price is not added to product display price. For example: Product Price: $100 (config item’s min price) Custom Option 1: Required: $10 Product price displayed as $100 in the category as well as the view page. Because Custom Option is required, the […]
Old time Drupal guy here struggling with how to get data to the presentation layer. I have created ui listing and form components to list and edit records but there seems to be a gap in a process to simply list information on a page. For this I have created […]
my magento 2.2.3 website is over run by spam bots. the registration of fake users are through the roof and i need to have these stopped immediately. I have google recaptcha and email verification for every account opened but yet there are still lots of intrusion to my registration with […]
I have a store view: - Default - First store - Second store The second store has a problem with the categories First store – its URL looks like this: firststore.com/category-name/ when i go to the category Second store – its URL looks like this: secondstore.com/directory/category/view/s/category-name/id/111/ URL modules that should […]
I have e problem with checkout page. More exactly with country options. In backend is set all for “Romania” but in frontend is showing another countries. I use Magento 2.1.0 and i linked 2 image to show my problem. Country settings: https://i.imgur.com/APN0AK3.jpg Frontend: https://i.imgur.com/YYsZYkb.jpg Please help me to solve this […]
Summing a column according to one other column is quite easy with a Pivot table. However, it doesn’t seem to be possible with multiple columns. Similar to R’s group by, I want to summarize one value (in my case min) when values in multiple columns are the same. In essence, […]
I need to convert to csv so that I can plot with R Studio, but when I save as a .csv, the date data changes and I don’t mean the format. For instance, if the date is 2019-05-02 01:30PM in the original document it will convert to 2005-02-19 01:30PM. Changing […]