I need Commerce Postal Code Filter module in Drupal 8 version.
my issue when user fill specific postal code then only shipping pf product are available.
example: country: India, state: Maharashtra, city: Mumbai, postal code: 400060 then if user type postal code: 400069 then shipping are not available.
list of postal code available:
400060
400001
400002
400056
apart from this postal code then shipping are not available for Product.
INSEAD is among the world’s top three Business Case Study publishers. INSEAD wrote 6 of the 10 best-selling cases distributed by the Case Centre in the past 40 years. INSEAD cases were the Overall Winner of 5 of the last 10 Case Centre Global Case Awards and are used in more than 100 business schools and universities around the world.
They wanted to reduce the dependency on third party portals to sell the case studies and wanted to offer a very elegant and smooth e-commerce experience to their users.
I am trying to make a custom sort in my query like the following:
$available_sources_text = db_query("SELECT * FROM `heritage_source_info`WHERE text_id = :textid AND format = :format ORDER BY FIELD(type,'moolam','translation','commentary')", [':textid' => $textid, ':format' => 'text'])->fetchAll();
This throws a syntax error. Please let me know what is the correct syntax for ordering?
I tried to install this field permission from extend > Install new module. I got an error. I do not have exact error. It was complaining that field_permission_test.info.yml file does not have core and core version.
Then I downloaded the zip file and uploaded in modules/contrib directory.
I am trying to find out if there is a module I can use to share (read only) PDF files in folder structures. You know... like you'd see on the interface of a desktop or Cpanel FTP.
An interface (that ideally can be customized) I can have inside an existing webpage. Custom permissions would be great but download only for the public is the final objective.
My search so far brought me to FolderShare, but I am not sure I like the warning "This project is not covered by Drupal’s" and was wondering if anyone can please recommend any options.